import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { FrameScheduledNavigationEvent } = Protocol.Page;
Fired when frame schedules a potential navigation.
Properties
frameId: FrameId
Id of the frame that has scheduled a navigation.
Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start.
reason: ClientNavigationReason
The reason for the navigation.