chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.headlessexperimental.events / HeadlessExperimentalEvent / NeedsBeginFramesChangedEvent

NeedsBeginFramesChangedEvent

data class NeedsBeginFramesChangedEvent : HeadlessExperimentalEvent
Deprecated: Deprecated in the Chrome DevTools protocol

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.

Official doc

Constructors

<init>

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.

NeedsBeginFramesChangedEvent(needsBeginFrames: Boolean)

Properties

needsBeginFrames

True if BeginFrames are needed, false otherwise.

val needsBeginFrames: Boolean