title | excerpt |
---|---|
XHR |
XMLHttpRequest is an API that provides client functionality for transferring data between a client and a server without page refresh |
XMLHttpRequest is an API that provides client functionality for transferring data between a client and a server. It provides an easy way to retrieve data from a URL without having to do a full page refresh. This enables a Web page to update just a part of the page without disrupting what the user is doing.