data class LifecycleEventEvent : PageEvent
Fired for top level page lifecycle events such as navigation, load, paint, etc.
<init> |
Fired for top level page lifecycle events such as navigation, load, paint, etc. LifecycleEventEvent(frameId: FrameId, loaderId: LoaderId, name: String, timestamp: MonotonicTime) |
frameId |
Id of the frame. val frameId: FrameId |
loaderId |
Loader identifier. Empty string if the request is fetched from worker. val loaderId: LoaderId |
name |
val name: String |
timestamp |
val timestamp: MonotonicTime |