LifecycleEvent

@Serializable
data class LifecycleEvent(val frameId: FrameId, val loaderId: LoaderId, val name: String, val timestamp: MonotonicTime) : PageEvent

Fired for lifecycle events (navigation, load, paint, etc) in the current target (including local frames).

Official doc

Constructors

Link copied to clipboard
constructor(frameId: FrameId, loaderId: LoaderId, name: String, timestamp: MonotonicTime)

Properties

Link copied to clipboard

Id of the frame.

Link copied to clipboard

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

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)