Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
variable FrameManagerEmittedEvents
import { FrameManagerEmittedEvents } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";

We use symbols to prevent external parties listening to these events. They are internal to Puppeteer.

type

{ FrameAttached: symbol; FrameNavigated: symbol; FrameDetached: symbol; FrameSwapped: symbol; LifecycleEvent: symbol; FrameNavigatedWithinDocument: symbol; ExecutionContextCreated: symbol; ExecutionContextDestroyed: symbol; }