mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > HeadlessExperimental > BeginFrameResponse
Protocol.HeadlessExperimental.BeginFrameResponse interface
Signature:
export interface BeginFrameResponse
Properties
Property | Type | Description |
---|---|---|
hasDamage | boolean | Whether the BeginFrame resulted in damage and, thus, a new frame was committed to the display. Reported for diagnostic uses, may be removed in the future. |
screenshotData | string | Base64-encoded image data of the screenshot, if one was requested and successfully taken. |