mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
705 B
705 B
Home > puppeteer > Protocol > Target > CreateTargetRequest > enableBeginFrameControl
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).
Signature:
enableBeginFrameControl?: boolean;