XMLHttpRequest (XHR)
XMLHttpRequest
(XHR) is a JavaScript API to create AJAX requests. Its methods provide the ability to send network requests between the browser and a server.
See also
- XMLHttpRequest on Wikipedia
- Synchronous vs. Asynchronous Communications
- The
XMLHttpRequest
object - The documentation on MDN about how to use XMLHttpRequest