Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Page.NavigationEntry
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { NavigationEntry } = default.Page;

Navigation history entry.

Properties

Unique id of the navigation history entry.

url: string

URL of the navigation history entry.

userTypedURL: string

URL that the user typed in the url bar.

title: string

Title of the navigation history entry.

transitionType: TransitionType

Transition type.