import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { FrameRequestedNavigationEvent } = Protocol.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.