import"XMLHttpRequest.idl";
|
| void | open (ByteString method, DOMString url) |
| |
| void | open (ByteString method, DOMString url, boolean async, optional DOMString? user=null, optional DOMString? password=null) |
| |
| void | setRequestHeader (ByteString header, ByteString value) |
| |
| void | send (optional(Document or BodyInit)? body=null) |
| |
| void | abort () |
| |
| ByteString | getResponseHeader (ByteString name) |
| |
| ByteString | getAllResponseHeaders () |
| |
| void | overrideMimeType (DOMString mime) |
| |
| boolean | responseCacheIsValid () |
| |
| any | retrieveResponse () |
| |
| void | addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false) |
| |
| void | removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false) |
| |
| boolean | dispatchEvent (Event event) |
| |
◆ abort()
| void XMLHttpRequest::abort |
( |
| ) |
|
◆ getAllResponseHeaders()
| ByteString XMLHttpRequest::getAllResponseHeaders |
( |
| ) |
|
◆ getResponseHeader()
| ByteString XMLHttpRequest::getResponseHeader |
( |
ByteString |
name | ) |
|
◆ open() [1/2]
| void XMLHttpRequest::open |
( |
ByteString |
method, |
|
|
DOMString |
url |
|
) |
| |
◆ open() [2/2]
| void XMLHttpRequest::open |
( |
ByteString |
method, |
|
|
DOMString |
url, |
|
|
boolean |
async, |
|
|
optional DOMString? |
user = null, |
|
|
optional DOMString? |
password = null |
|
) |
| |
◆ overrideMimeType()
| void XMLHttpRequest::overrideMimeType |
( |
DOMString |
mime | ) |
|
◆ responseCacheIsValid()
| boolean XMLHttpRequest::responseCacheIsValid |
( |
| ) |
|
◆ retrieveResponse()
| any XMLHttpRequest::retrieveResponse |
( |
| ) |
|
◆ send()
◆ setRequestHeader()
| void XMLHttpRequest::setRequestHeader |
( |
ByteString |
header, |
|
|
ByteString |
value |
|
) |
| |
◆ DONE
| const unsigned short XMLHttpRequest::DONE = 4 |
◆ HEADERS_RECEIVED
| const unsigned short XMLHttpRequest::HEADERS_RECEIVED = 2 |
◆ LOADING
| const unsigned short XMLHttpRequest::LOADING = 3 |
◆ onreadystatechange
| attribute EventHandler XMLHttpRequest::onreadystatechange |
◆ OPENED
| const unsigned short XMLHttpRequest::OPENED = 1 |
◆ readyState
◆ response
◆ responseText
◆ responseType
◆ responseURL
◆ responseXML
◆ status
◆ statusText
◆ timeout
| attribute unsigned long XMLHttpRequest::timeout |
◆ UNSENT
| const unsigned short XMLHttpRequest::UNSENT = 0 |
◆ upload
◆ withCredentials
The documentation for this interface was generated from the following file: