puppeteer/new-docs/puppeteer.protocol.profiler.takeprecisecoverageresponse.md

20 lines
956 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Profiler](./puppeteer.protocol.profiler.md) &gt; [TakePreciseCoverageResponse](./puppeteer.protocol.profiler.takeprecisecoverageresponse.md)
## Protocol.Profiler.TakePreciseCoverageResponse interface
<b>Signature:</b>
```typescript
export interface TakePreciseCoverageResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [result](./puppeteer.protocol.profiler.takeprecisecoverageresponse.result.md) | [ScriptCoverage](./puppeteer.protocol.profiler.scriptcoverage.md)<!-- -->\[\] | Coverage data for the current isolate. |
| [timestamp](./puppeteer.protocol.profiler.takeprecisecoverageresponse.timestamp.md) | number | Monotonically increasing time (in seconds) when the coverage update was taken in the backend. |