Events
This section describes the events associated with XMLHttpRequest (XHR), Cross-domain request (XDR), and other features associated with Asynchronous JavaScript and XML (AJAX).
In this section
| Topic | Description |
|---|---|
|
Raised when there is an error that prevents the completion of the cross-domain request. | |
|
Raised when the object has been completely received from the server. | |
|
Raised when the browser starts receiving data from the server. | |
|
Sets or retrieves the event handler for asynchronous requests. | |
|
Raised when there is an error that prevents the completion of the request. |
Show: