ReadonlycontentThe number of bytes in the response.
ReadonlyokA boolean indicating whether the response was successful (status in the range 200 – 299) or not.
ReadonlyredirectedIndicates whether the response is the result of a redirect (that is, its URL list has more than one entry).
ReadonlystatusThe status code of the response. (This will be 200 for a success).
ReadonlystatusThe status message corresponding to the status code. (e.g., OK for 200).
ReadonlytypeThe type of the response (e.g., basic, cors).
ReadonlyurlThe URL of the response.
Serializable response info. Does not include the response body.