mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
979 B
Markdown
21 lines
979 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) > [NeedsBeginFramesChangedEvent](./puppeteer.protocol.headlessexperimental.needsbeginframeschangedevent.md)
|
|
|
|
## Protocol.HeadlessExperimental.NeedsBeginFramesChangedEvent interface
|
|
|
|
Issued when the target starts or stops needing BeginFrames. Deprecated. Issue beginFrame unconditionally instead and use result from beginFrame to detect whether the frames were suppressed.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface NeedsBeginFramesChangedEvent
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [needsBeginFrames](./puppeteer.protocol.headlessexperimental.needsbeginframeschangedevent.needsbeginframes.md) | boolean | True if BeginFrames are needed, false otherwise. |
|
|
|