mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |