Skip to content

Commit

Permalink
Merge pull request #1 from axios/master
Browse files Browse the repository at this point in the history
Add explanation of cancel token (axios#3803)
  • Loading branch information
anderlaw committed May 19, 2021
2 parents 69949a6 + 3958e9f commit 2348a96
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 2348a96

Please sign in to comment.