Promise which resolves to a buffer with response body.
A Frame that initiated this response, or null if navigating to error pages.
True if the response was served from either the browser's disk cache or memory cache.
True if the response was served by a service worker.
An object with HTTP headers associated with the response. All header names are lower-case.
Promise which resolves to a JSON representation of response body.
Contains a boolean stating whether the response was successful (status in the range 200-299) or not.
Returns remote connection info
A matching Request object.
Returns an object with security details associated with the response.
Contains the status code of the response (e.g., 200 for a success).
Contains the status text of the response (e.g. usually an "OK" for a success).
Promise which resolves to a text representation of response body.
Contains the URL of the response.
Generated using TypeDoc
Response class represents responses which are received by page.