The Fetch API is the modern replacement for XMLHttpRequest.
See also
- The XMLHttpRequest API documentation.
XMLHttpRequest
(XHR) is a JavaScript
API
to create HTTP
requests. Its methods provide the ability to send network requests between the browser
and a server
.
The Fetch API is the modern replacement for XMLHttpRequest.
Updated on April 20, 2024 by Datarist.