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

956 B

Home > puppeteer > Protocol > Profiler > TakePreciseCoverageResponse

Protocol.Profiler.TakePreciseCoverageResponse interface

Signature:

export interface TakePreciseCoverageResponse 

Properties

Property Type Description
result ScriptCoverage[] Coverage data for the current isolate.
timestamp number Monotonically increasing time (in seconds) when the coverage update was taken in the backend.