From 3958e9fbc8ebc0f72a8ce568cbf86f391d6869f3 Mon Sep 17 00:00:00 2001 From: Jay Date: Tue, 18 May 2021 09:08:20 +0200 Subject: [PATCH] Add explanation of cancel token (#3803) Thanks to @socketpair for testing and checking this. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a013b2b9a7..39984d4957 100755 --- a/README.md +++ b/README.md @@ -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