puppeteer/new-docs/puppeteer.protocol.runtime.timestamp.md

14 lines
439 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; [Runtime](./puppeteer.protocol.runtime.md) &gt; [Timestamp](./puppeteer.protocol.runtime.timestamp.md)
## Protocol.Runtime.Timestamp type
Number of milliseconds since epoch.
<b>Signature:</b>
```typescript
export type Timestamp = number;
```