[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [ResourceTiming](./puppeteer.protocol.network.resourcetiming.md) > [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. Signature: ```typescript requestTime: number; ```