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

Properties

frameId: FrameId

Frame id that has navigated (or failed to navigate)

optional
loaderId: Network.LoaderId

Loader identifier.

optional
errorText: string

User friendly error message, present if and only if navigation has failed.