XMLHttpRequest

Undocumented in source.
@safe nothrow
struct XMLHttpRequest {}

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

QueryInterface
auto QueryInterface(T0 iid)
Undocumented in source. Be warned that the author may not have intended to support it.
abort
void abort()
Undocumented in source. Be warned that the author may not have intended to support it.
channel
auto channel()
Undocumented in source. Be warned that the author may not have intended to support it.
errorCode
ushort errorCode()
Undocumented in source. Be warned that the author may not have intended to support it.
getAllResponseHeaders
string getAllResponseHeaders()
Undocumented in source. Be warned that the author may not have intended to support it.
getInterface
auto getInterface(T0 iid)
Undocumented in source. Be warned that the author may not have intended to support it.
getResponseHeader
Optional!(string) getResponseHeader(string header)
Undocumented in source. Be warned that the author may not have intended to support it.
mozAnon
bool mozAnon()
Undocumented in source. Be warned that the author may not have intended to support it.
mozBackgroundRequest
void mozBackgroundRequest(bool mozBackgroundRequest)
Undocumented in source. Be warned that the author may not have intended to support it.
mozBackgroundRequest
bool mozBackgroundRequest()
Undocumented in source. Be warned that the author may not have intended to support it.
mozSystem
bool mozSystem()
Undocumented in source. Be warned that the author may not have intended to support it.
onreadystatechange
void onreadystatechange(Optional!(T0) onreadystatechange)
Undocumented in source. Be warned that the author may not have intended to support it.
onreadystatechange
EventHandler onreadystatechange()
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open(string method, string url)
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open(string method, string url, bool async, Optional!(T3) user, Optional!(T4) password)
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open(string method, string url, bool async, Optional!(T3) user)
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open(string method, string url, bool async)
Undocumented in source. Be warned that the author may not have intended to support it.
overrideMimeType
void overrideMimeType(string mime)
Undocumented in source. Be warned that the author may not have intended to support it.
readyState
ushort readyState()
Undocumented in source. Be warned that the author may not have intended to support it.
response
auto response()
Undocumented in source. Be warned that the author may not have intended to support it.
responseText
Optional!(string) responseText()
Undocumented in source. Be warned that the author may not have intended to support it.
responseType
void responseType(XMLHttpRequestResponseType responseType)
Undocumented in source. Be warned that the author may not have intended to support it.
responseType
XMLHttpRequestResponseType responseType()
Undocumented in source. Be warned that the author may not have intended to support it.
responseURL
string responseURL()
Undocumented in source. Be warned that the author may not have intended to support it.
responseXML
auto responseXML()
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(Optional!(T0) body_)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send()
Undocumented in source. Be warned that the author may not have intended to support it.
sendInputStream
void sendInputStream(InputStream body_)
Undocumented in source. Be warned that the author may not have intended to support it.
setOriginAttributes
void setOriginAttributes(OriginAttributesDictionary originAttributes)
Undocumented in source. Be warned that the author may not have intended to support it.
setOriginAttributes
void setOriginAttributes()
Undocumented in source. Be warned that the author may not have intended to support it.
setRequestHeader
void setRequestHeader(string header, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
status
ushort status()
Undocumented in source. Be warned that the author may not have intended to support it.
statusText
string statusText()
Undocumented in source. Be warned that the author may not have intended to support it.
timeout
void timeout(uint timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
timeout
uint timeout()
Undocumented in source. Be warned that the author may not have intended to support it.
upload
auto upload()
Undocumented in source. Be warned that the author may not have intended to support it.
withCredentials
void withCredentials(bool withCredentials)
Undocumented in source. Be warned that the author may not have intended to support it.
withCredentials
bool withCredentials()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

DONE
enum ushort DONE;
Undocumented in source.
HEADERS_RECEIVED
enum ushort HEADERS_RECEIVED;
Undocumented in source.
LOADING
enum ushort LOADING;
Undocumented in source.
OPENED
enum ushort OPENED;
Undocumented in source.
UNSENT
enum ushort UNSENT;
Undocumented in source.
_parent
libwasm.bindings.XMLHttpRequestEventTarget.XMLHttpRequestEventTarget _parent;
Undocumented in source.

Meta