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

LifecycleEventEvent

data class LifecycleEventEvent : PageEvent

Constructors

<init>

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