Extends
Properties
headers
headers: object;
Headers sent by the server in the response
Index signature
[key
: string
]: string
Inherited from
responseData
responseData: Uint8Array;
Contents of the response body
responseFormat
responseFormat: "binary";
status
status: number;
HTTP status, e.g. 200 or 404
Inherited from
timeout?
optional timeout: boolean;
True if this request failed due to a timeout
Inherited from
url
url: string;
URL of the final response, after any redirects