type RawSendXHRResponse: object;
Type declaration
h
h: object;
Headers sent with the response
Index signature
[key
: string
]: string
s
s: number;
Status code of the response
t
t: string;
Plain-text or base64-encoded response body
to?
optional to: boolean;
true if the request timed out
url
url: string;
URL of the response after any redirects