mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
285 B
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.