puppeteer/new-docs/puppeteer.protocol.profiler.startprecisecoveragerequest.md
2020-07-13 14:01:35 +01:00

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.