pl.wendigo.chrome.domain.page / FrameStartedLoadingEvent

FrameStartedLoadingEvent

data class FrameStartedLoadingEvent : ProtocolEvent (source)

Represents event frames for Page.frameStartedLoading

Fired when frame has started loading.

Constructors

<init>

FrameStartedLoadingEvent(frameId: FrameId)

Represents event frames for Page.frameStartedLoading

Properties

frameId

val frameId: FrameId

Id of the frame that has started loading.

Inherited Functions

protocolDomain

fun protocolDomain(): String