puppeteer/new-docs/puppeteer.protocol.headlessexperimental.needsbeginframeschangedevent.md
2020-07-13 14:01:35 +01:00

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.