Back to Puppeteer

HTTPResponse.timing() method

website/versioned_docs/version-24.40.0/api/puppeteer.httpresponse.timing.md

19.2.2248 B
Original Source

HTTPResponse.timing() method

Timing information related to the response.

Signature

typescript
class HTTPResponse {
  abstract timing(): Protocol.Network.ResourceTiming | null;
}

Returns:

Protocol.Network.ResourceTiming | null