puppeteer/docs/api/puppeteer.httpresponse.timing.md
2022-07-05 15:41:43 +02:00

285 B

sidebar_label
HTTPResponse.timing

HTTPResponse.timing() method

Signature:

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

Returns:

Protocol.Network.ResourceTiming | null

Timing information related to the response.