fix
This commit is contained in:
parent
93b87d3efa
commit
d5b9b899a7
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ To do the request, we need 3 steps:
|
|||
|
||||
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.
|
||||
|
||||
4. Listen for response.
|
||||
4. Listen to events for response.
|
||||
|
||||
There are several events for that, but these two are the most widely used:
|
||||
- `load` -- when the result is ready, that includes HTTP errors like 404.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue