puppeteer/new-docs/puppeteer.protocol.headlessexperimental.beginframeresponse.md

20 lines
1.0 KiB
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [HeadlessExperimental](./puppeteer.protocol.headlessexperimental.md) &gt; [BeginFrameResponse](./puppeteer.protocol.headlessexperimental.beginframeresponse.md)
## Protocol.HeadlessExperimental.BeginFrameResponse interface
<b>Signature:</b>
```typescript
export interface BeginFrameResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [hasDamage](./puppeteer.protocol.headlessexperimental.beginframeresponse.hasdamage.md) | 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](./puppeteer.protocol.headlessexperimental.beginframeresponse.screenshotdata.md) | string | Base64-encoded image data of the screenshot, if one was requested and successfully taken. |