Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 286 Bytes

puppeteer.httpresponse.timing.md

File metadata and controls

19 lines (13 loc) · 286 Bytes
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