mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > Profiler > StartPreciseCoverageRequest
Protocol.Profiler.StartPreciseCoverageRequest interface
Signature:
export interface StartPreciseCoverageRequest
Properties
Property | Type | Description |
---|---|---|
allowTriggeredUpdates | boolean | Allow the backend to send updates on its own initiative |
callCount | boolean | Collect accurate call counts beyond simple 'covered' or 'not covered'. |
detailed | boolean | Collect block-based coverage. |