XMLHttpRequestbased
XMLHttpRequest, often abbreviated as XHR, is a web API that provides an easy way for web pages to make asynchronous HTTP requests to a web server. This allows for dynamic updates to a web page without requiring a full page reload. It was originally introduced by Microsoft for Internet Explorer and later adopted by other browsers.
The XMLHttpRequest object is typically used to send and receive data in a variety of formats, including
Key features of XMLHttpRequest include its ability to perform requests asynchronously, meaning the browser can continue