Skip to content

Commit

Permalink
Add explanation of cancel token (#3803)
Browse files Browse the repository at this point in the history
Thanks to @socketpair for testing and checking this.
  • Loading branch information
jasonsaayman committed May 18, 2021
1 parent 69949a6 commit 3958e9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -727,6 +727,7 @@ cancel();
```

> Note: you can cancel several requests with the same cancel token.
> If a cancellation token is already cancelled at the moment of starting an Axios request, then the request is cancelled immediately, without any attempts to make real request.
## Using application/x-www-form-urlencoded format

Expand Down

0 comments on commit 3958e9f

Please sign in to comment.