mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Add explanation of cancel token (#3803)
Thanks to @socketpair for testing and checking this.
This commit is contained in:
@@ -727,6 +727,7 @@ cancel();
|
|||||||
```
|
```
|
||||||
|
|
||||||
> Note: you can cancel several requests with the same cancel token.
|
> 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
|
## Using application/x-www-form-urlencoded format
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user