Skip to content

Commit 5c047c5

Browse files
authored
Merge pull request #372 from odsantos/update-en-xmlhttprequest
update "XMLHttpRequest" article
2 parents 9d84a4e + cfb3d76 commit 5c047c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/08-xmlhttprequest/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`XMLHttpRequest` is a built-in browser object that allows to make HTTP requests in JavaScript.
44

5-
Despite of having the word "XML" in its name, it can operate on any data, not only in XML format. We can upload/download files, track progress and much more.
5+
Despite having the word "XML" in its name, it can operate on any data, not only in XML format. We can upload/download files, track progress and much more.
66

77
Right now, there's another, more modern method `fetch`, that somewhat deprecates `XMLHttpRequest`.
88

0 commit comments

Comments
 (0)