Objects
This section describes the objects associated with XMLHttpRequest (XHR), Cross-domain request (XDR), and other features associated with Asynchronous JavaScript and XML (AJAX).
In this section
| Topic | Description |
|---|---|
|
Provides a method to convert an XML string to nodes in a Document Object Model (DOM) tree. | |
|
Represents a cross-domain AJAX request. | |
|
Represents an XML request using HTTP. | |
|
Provides a method to convert nodes in a DOM tree to an XML string. |
Show: