20 lines
956 B
Markdown
20 lines
956 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [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. |
|
|
|