puppeteer/website/versioned_docs/version-21.3.5/api/puppeteer.httpresponse.timing.md
release-please[bot] c502ca89e4
chore: release main (#11025)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-09-26 13:15:40 +02:00

286 B

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