Files
puppeteer/docs/api/puppeteer.httpresponse.timing.md
2023-03-30 11:54:00 +00:00

286 B

sidebar_label
sidebar_label
HTTPResponse.timing

HTTPResponse.timing() method

Timing information related to the response.

Signature:

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

Returns:

Protocol.Network.ResourceTiming | null