TextXHRResponse

Extends


Properties

headers

headers: object;

Headers sent by the server in the response

Index signature

[key: string]: string

Inherited from

BaseXHRResponse.headers


responseFormat

responseFormat: "utf8";

responseText

responseText: string;

Plain text of the response body


status

status: number;

HTTP status, e.g. 200 or 404

Inherited from

BaseXHRResponse.status


timeout?

optional timeout: boolean;

True if this request failed due to a timeout

Inherited from

BaseXHRResponse.timeout


url

url: string;

URL of the final response, after any redirects

Inherited from

BaseXHRResponse.url