pl.wendigo.chrome.domain.headlessexperimental / NeedsBeginFramesChangedEvent

NeedsBeginFramesChangedEvent

data class NeedsBeginFramesChangedEvent : ProtocolEvent (source)

Represents event frames for HeadlessExperimental.needsBeginFramesChanged

Issued when the target starts or stops needing BeginFrames. Deprecated. Issue beginFrame unconditionally instead and use result from beginFrame to detect whether the frames were suppressed.

Constructors

<init>

NeedsBeginFramesChangedEvent(needsBeginFrames: Boolean)

Represents event frames for HeadlessExperimental.needsBeginFramesChanged

Properties

needsBeginFrames

val needsBeginFrames: Boolean

True if BeginFrames are needed, false otherwise.

Inherited Functions

protocolDomain

fun protocolDomain(): String