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 93b87d3 commit d5b9b89Copy full SHA for d5b9b89
7-network/1-xmlhttprequest/article.md
@@ -51,7 +51,7 @@ To do the request, we need 3 steps:
51
52
Some request methods like `GET` do not have a body. And some of them like `POST` use `body` to send the data to the server. We'll see examples later.
53
54
-4. Listen for response.
+4. Listen to events for response.
55
56
There are several events for that, but these two are the most widely used:
57
- `load` -- when the result is ready, that includes HTTP errors like 404.
0 commit comments