Skip to main content
Module

x/astral/bindings/celestial.ts>Page_NavigationEntry

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Page_NavigationEntry
import { type Page_NavigationEntry } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Navigation history entry.

definition: { id: number; url: string; userTypedURL: string; title: string; transitionType: Page_TransitionType; }