puppeteer/docs/api/puppeteer.httprequest.response.md
2023-11-06 10:15:09 +01:00

332 B

sidebar_label
HTTPRequest.response

HTTPRequest.response() method

A matching HTTPResponse object, or null if the response has not been received yet.

Signature:

class HTTPRequest {
  abstract response(): HTTPResponse | null;
}

Returns:

HTTPResponse | null