LifecycleEventParameter

@Serializable
data class LifecycleEventParameter(val frameId: String, val loaderId: String, val name: String, val timestamp: Double)

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

Constructors

Link copied to clipboard
constructor(frameId: String, loaderId: String, name: String, timestamp: Double)

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