Lifecycle Event Event
data class LifecycleEventEvent(frameId: FrameId, loaderId: LoaderId, name: String, timestamp: MonotonicTime) : Event
Content copied to clipboard
Fired for top level page lifecycle events such as navigation, load, paint, etc.
Constructors
LifecycleEventEvent
Link copied to clipboard
fun LifecycleEventEvent(frameId: FrameId, loaderId: LoaderId, name: String, timestamp: MonotonicTime)
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard