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

14 lines
731 B
Markdown

<!-- 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) &gt; [hasDamage](./puppeteer.protocol.headlessexperimental.beginframeresponse.hasdamage.md)
## Protocol.HeadlessExperimental.BeginFrameResponse.hasDamage property
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.
<b>Signature:</b>
```typescript
hasDamage: boolean;
```