Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 477 Bytes

XHR.md

File metadata and controls

8 lines (6 loc) · 477 Bytes
title excerpt
XHR
XMLHttpRequest is an API that provides client functionality for transferring data between a client and a server without page refresh

XHR

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.