14 lines
498 B
Markdown
14 lines
498 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [MonotonicTime](./puppeteer.protocol.network.monotonictime.md)
|
||
|
|
||
|
## Protocol.Network.MonotonicTime type
|
||
|
|
||
|
Monotonically increasing time in seconds since an arbitrary point in the past.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export type MonotonicTime = number;
|
||
|
```
|