14 lines
645 B
Markdown
14 lines
645 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) > [timestamp](./puppeteer.protocol.profiler.takeprecisecoverageresponse.timestamp.md)
|
|
|
|
## Protocol.Profiler.TakePreciseCoverageResponse.timestamp property
|
|
|
|
Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
timestamp: number;
|
|
```
|