ReadonlybodyTrue if one of the body retrieval methods has been called for this Response.
ReadonlyheadersThe Headers of the Response.
ReadonlyokTrue if the response returned HTTP Status Code 200 (OK).
ReadonlystatusThe response's HTTP status code. HTTP status code values: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status.
ReadonlystatusThe HTTP status code converted to string.
ReadonlyurlThe URL of the Response. This is the final URL obtained after any redirects.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other. Useful for checking if two references point to the same thing.
Represents an HTTP response used by the Fetch API in RemoteServiceModule.
Snap OS
Example