chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.headlessexperimental / HeadlessExperimentalDomain / needsBeginFramesChanged

needsBeginFramesChanged

fun needsBeginFramesChanged(): Flow<NeedsBeginFramesChangedEvent>
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