mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
727 B
Markdown
14 lines
727 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) > [BeginFrameRequest](./puppeteer.protocol.headlessexperimental.beginframerequest.md) > [interval](./puppeteer.protocol.headlessexperimental.beginframerequest.interval.md)
|
|
|
|
## Protocol.HeadlessExperimental.BeginFrameRequest.interval property
|
|
|
|
The interval between BeginFrames that is reported to the compositor, in milliseconds. Defaults to a 60 frames/second interval, i.e. about 16.666 milliseconds.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
interval?: number;
|
|
```
|