Skip to main content
Go to Latest
interface Protocol.Page.LifecycleEventEvent
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { LifecycleEventEvent } = Protocol.Page;

Fired for top level page lifecycle events such as navigation, load, paint, etc.

Properties

frameId: FrameId

Id of the frame.

Loader identifier. Empty string if the request is fetched from worker.

name: string