boolean
A boolean value indicating whether the request should be sent asynchronous or not.
Defaults to true
XMLHttpRequestResponseType
Specifies the responseType to which request response.
Defaults to null
string
Specifies the URL to which request to be sent.
Defaults to null
Send the request to server
Returns void
Function
Specifies callback function to be triggered after XmlHttpRequest is got error. The callback will contain server response as the parameter.
Function
Specifies callback function to be triggered after XmlHttpRequest is got failed. The callback will contain server response as the parameter.
Function
Specifies callback function to be triggered after XmlHttpRequest is succeeded. The callback will contain server response as the parameter.