Results 1 - 15 of 15

Response.clone()

The clone() method of the Response interface creates a clone of a response object, identical in every way, but stored in a different variable.
API clone Experimental Fetch Method Reference Response

Response.headers

The headers read-only property of the Response interface contains the Headers object associated with the response.
API Experimental Fetch Headers Property Reference Response

Response.ok

The ok read-only property of the Response interface contains a boolean stating whether the response was successful (status in the range 200-299) or not.
API Experimental Fetch ok Property Reference Response

Response()

The Response() constructor creates a new Response object.
API Constructor Experimental Fetch Reference Response

Response.status

The status read-only property of the Response interface contains the status code of the response (e.g., 200 for a success).
API Experimental Fetch Property Reference Response status

Response.statusText

The statusText read-only property of the Response interface contains the status message corresponding to the status code (e.g., OK for 200).
API Experimental Fetch Property Reference Response statusText

Response.type

The type read-only property of the Response interface contains the type of the response. It can be one of the following:
API Experimental Fetch Property Reference Response Type

Response

The Response interface of the Fetch API represents the response to a request.
API Experimental Fetch Fetch API Interface Reference Response

Response.url

The url read-only property of the Response interface contains the URL of the response.
API Experimental Fetch Property Reference Response URL url

Response.useFinalURL

The useFinalURL property of the Response interface contains a boolean stating whether this is the final URL of the response.
API Experimental Fetch Obsolete Property Reference Response useFinalURL