Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.Page.FrameRequestedNavigationEvent

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.Page.FrameRequestedNavigationEvent
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.

The reason for the navigation.

url: string

The destination URL for the requested navigation.

The disposition for the navigation.