puppeteer/new-docs/puppeteer.protocol.headlessexperimental.beginframerequest.nodisplayupdates.md

14 lines
852 B
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; [BeginFrameRequest](./puppeteer.protocol.headlessexperimental.beginframerequest.md) &gt; [noDisplayUpdates](./puppeteer.protocol.headlessexperimental.beginframerequest.nodisplayupdates.md)
## Protocol.HeadlessExperimental.BeginFrameRequest.noDisplayUpdates property
Whether updates should not be committed and drawn onto the display. False by default. If true, only side effects of the BeginFrame will be run, such as layout and animations, but any visual updates may not be visible on the display or in screenshots.
<b>Signature:</b>
```typescript
noDisplayUpdates?: boolean;
```