PythonMonkey   v1.0.0 (dev)
Loading...
Searching...
No Matches
XMLHttpRequest-internal.XHRResponse Class Reference
Inheritance diagram for XMLHttpRequest-internal.XHRResponse:
[legend]
Collaboration diagram for XMLHttpRequest-internal.XHRResponse:
[legend]

Static Public Attributes

str url
 
int status
 
str statusText
 
int contentLength
 
Callable getResponseHeader [[str], Union[str, None]]
 
Callable getAllResponseHeaders [[], str]
 
Callable abort [[], None]
 

Detailed Description

See definitions in `XMLHttpRequest-internal.d.ts`

Member Data Documentation

◆ abort

Callable XMLHttpRequest-internal.XHRResponse.abort [[], None]
static

◆ contentLength

int XMLHttpRequest-internal.XHRResponse.contentLength
static

◆ getAllResponseHeaders

Callable XMLHttpRequest-internal.XHRResponse.getAllResponseHeaders [[], str]
static

◆ getResponseHeader

Callable XMLHttpRequest-internal.XHRResponse.getResponseHeader [[str], Union[str, None]]
static

◆ status

int XMLHttpRequest-internal.XHRResponse.status
static

◆ statusText

str XMLHttpRequest-internal.XHRResponse.statusText
static

◆ url

str XMLHttpRequest-internal.XHRResponse.url
static

The documentation for this class was generated from the following file: