Skip to content

Commit 609b24b

Browse files
authored
Merge pull request axios#702 from capaj/patch-1
Clarifying status of cancelable promises proposal
2 parents 36d97e5 + 4d357d1 commit 609b24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ axios.get('/user/12345', {
473473

474474
You can cancel a request using a *cancel token*.
475475

476-
> The axios cancel token API is based on the [cancelable promises proposal](https://github.com/tc39/proposal-cancelable-promises), which is currently at Stage 1.
476+
> The axios cancel token API is based on the withdrawn [cancelable promises proposal](https://github.com/tc39/proposal-cancelable-promises).
477477
478478
You can create a cancel token using the `CancelToken.source` factory as shown below:
479479

0 commit comments

Comments
 (0)