chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page.events / PageEvent / LifecycleEventEvent

LifecycleEventEvent

data class LifecycleEventEvent : PageEvent

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

Official doc

Constructors

<init>

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

LifecycleEventEvent(frameId: FrameId, loaderId: LoaderId, name: String, timestamp: MonotonicTime)

Properties

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