979 B
979 B
Home > puppeteer > Protocol > HeadlessExperimental > NeedsBeginFramesChangedEvent
Protocol.HeadlessExperimental.NeedsBeginFramesChangedEvent interface
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.
Signature:
export interface NeedsBeginFramesChangedEvent
Properties
Property | Type | Description |
---|---|---|
needsBeginFrames | boolean | True if BeginFrames are needed, false otherwise. |