XMLHttpRequest (XHR)
XMLHttpRequest (XHR) is aJavaScriptAPI to createHTTP requests. Its methods provide the ability to send network requests between thebrowser and aserver.
TheFetch API is the modern replacement for XMLHttpRequest.
In this article
See also
- TheXMLHttpRequest API documentation.