puppeteer/new-docs/puppeteer.protocol.network.resourcetiming.requesttime.md

14 lines
631 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; [Network](./puppeteer.protocol.network.md) &gt; [ResourceTiming](./puppeteer.protocol.network.resourcetiming.md) &gt; [requestTime](./puppeteer.protocol.network.resourcetiming.requesttime.md)
## Protocol.Network.ResourceTiming.requestTime property
Timing's requestTime is a baseline in seconds, while the other numbers are ticks in milliseconds relatively to this requestTime.
<b>Signature:</b>
```typescript
requestTime: number;
```