pl.wendigo.chrome.api.headlessexperimental / NeedsBeginFramesChangedEvent

NeedsBeginFramesChangedEvent

data class NeedsBeginFramesChangedEvent : Event (source)

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.

Link
HeadlessExperimental#needsBeginFramesChanged event documentation.

Constructors

<init>

NeedsBeginFramesChangedEvent(needsBeginFrames: Boolean)

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.

Properties

needsBeginFrames

val needsBeginFrames: Boolean

True if BeginFrames are needed, false otherwise.

Inherited Functions

protocolDomain

fun protocolDomain(): String