xhr
< apis
XMLHttpRequest (XHR) API
This page has been flagged with the following issues:
High-level issues:
W3C Working Draft
Summary
XMLHttpRequest (XHR) is a Javascript object that is used to send HTTP or HTTPS requests directly to a web server and load the server response data directly back into the script.
| API Name | Summary |
|---|---|
| XMLHttpRequest | XMLHttpRequest allows JavaScript to make HTTP requests, and is the most basic part of AJAX. It allows a website to dynamically request more content, without reloading the entire page. |
See also
Related articles
XHR
- XMLHttpRequest (XHR) API
External resources
W3C XMLHttpRequest Specification
This article contains content originally from external sources.
Portions of this content come from the Microsoft Developer Network: Windows Internet Explorer API reference Article
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here