Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Page.LifecycleEventEvent
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { LifecycleEventEvent } = default.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