LifecycleEvent

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

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

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
Link copied to clipboard