1.2 KiB
1.2 KiB
Home > puppeteer > Protocol > Page > LifecycleEventEvent
Protocol.Page.LifecycleEventEvent interface
Fired for top level page lifecycle events such as navigation, load, paint, etc.
Signature:
export interface LifecycleEventEvent
Properties
Property | Type | Description |
---|---|---|
frameId | FrameId | Id of the frame. |
loaderId | Network.LoaderId | Loader identifier. Empty string if the request is fetched from worker. |
name | string | |
timestamp | Network.MonotonicTime |