import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { FrameRequestedNavigationEvent } = default.Page;
Fired when a renderer-initiated navigation is requested. Navigation may still be cancelled after the event is issued.
Properties
frameId: FrameId
Id of the frame that is being navigated.
reason: ClientNavigationReason
The reason for the navigation.
disposition: ClientNavigationDisposition
The disposition for the navigation.