This topic has not yet been rated - Rate this topic

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

TopicDescription

contentType

Gets the Content-Type property in the HTML request or response header.

readyState

Retrieves the current state of the request operation.

response

Returns the response received from the server.

responseBody

Retrieves the response body as an array of unsigned bytes.

responseText

Retrieves the response body as a string.

responseType

Describes the data type of the response associated with the request.

responseXML

Retrieves the response body as an XML Document Object Model (DOM) object.

status

Retrieves the HTTP status code of the request.

statusText

Retrieves the friendly HTTP status of the request.

timeout

Gets or sets the time-out value.

withCredentials

Indicates whether user credentials should be included with the request.

XMLDocument

Retrieves a reference to the XML Document Object Model (DOM) exposed by the object.

XMLHttpRequest

Instantiates the XMLHttpRequest object for the window.

XMLNS

Declares a namespace for custom tags in an HTML document.

XSLDocument

Retrieves a reference to the top-level node of the Extensible Stylesheet Language (XSL) document.

 

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.