14 lines
731 B
Markdown
14 lines
731 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [HeadlessExperimental](./puppeteer.protocol.headlessexperimental.md) > [BeginFrameResponse](./puppeteer.protocol.headlessexperimental.beginframeresponse.md) > [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;
|
|
```
|