Properties
This section describes the properties associated with XMLHttpRequest (XHR), Cross-domain request (XDR), and other features associated with Asynchronous JavaScript and XML (AJAX).
In this section
| Topic | Description |
|---|---|
|
Gets the Content-Type property in the HTML request or response header. | |
|
Specifies whether stream data downloaded using XMLHttpRequest is cached to disk or not. | |
|
Retrieves the current state of the request operation. | |
|
Returns the response received from the server. | |
|
Retrieves the response body as an array of unsigned bytes. | |
|
Retrieves the response body as a string. | |
|
Describes the data type of the response associated with the request. | |
|
Retrieves the response body as an XML Document Object Model (DOM) object. | |
|
Retrieves the HTTP status code of the request. | |
|
Retrieves the friendly HTTP status of the request. | |
|
Gets or sets the time-out value. | |
|
Indicates whether user credentials should be included with the request. | |
|
Retrieves a reference to the XML Document Object Model (DOM) exposed by the object. | |
| Instantiates the XMLHttpRequest object for the window. | |
|
Declares a namespace for custom tags in an HTML document. | |
|
Retrieves a reference to the top-level node of the Extensible Stylesheet Language (XSL) document. |