We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b9b89 commit 5daae78Copy full SHA for 5daae78
7-network/1-xmlhttprequest/article.md
@@ -53,7 +53,7 @@ To do the request, we need 3 steps:
53
54
4. Listen to events for response.
55
56
- There are several events for that, but these two are the most widely used:
+ These three are the most widely used:
57
- `load` -- when the result is ready, that includes HTTP errors like 404.
58
- `error` -- when the request couldn't be made, e.g. network down or invalid URL.
59
- `progress` -- triggers periodically during the download, reports how much downloaded.
0 commit comments