pl.wendigo.chrome.api.page / LifecycleEventEvent

LifecycleEventEvent

data class LifecycleEventEvent : Event (source)

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

Link
Page#lifecycleEvent event documentation.

Constructors

<init>

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

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

Properties

frameId

val frameId: FrameId

Id of the frame.

loaderId

val loaderId: LoaderId

Loader identifier. Empty string if the request is fetched from worker.

name

val name: String

timestamp

val timestamp: MonotonicTime

Inherited Functions

protocolDomain

fun protocolDomain(): String