Skip to content

Commit e57a80d

Browse files
committed
description for xhr
1 parent a6efffb commit e57a80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glossary/XHR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# XHR
22

3-
XHR section to be completed.
3+
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.

0 commit comments

Comments
 (0)