import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.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.