14 lines
705 B
Markdown
14 lines
705 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Target](./puppeteer.protocol.target.md) > [CreateTargetRequest](./puppeteer.protocol.target.createtargetrequest.md) > [enableBeginFrameControl](./puppeteer.protocol.target.createtargetrequest.enablebeginframecontrol.md)
|
||
|
|
||
|
## Protocol.Target.CreateTargetRequest.enableBeginFrameControl property
|
||
|
|
||
|
Whether BeginFrames for this target will be controlled via DevTools (headless chrome only, not supported on MacOS yet, false by default).
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
enableBeginFrameControl?: boolean;
|
||
|
```
|