提交 949d08df 编写于 作者: N Nick Uraltsev 提交者: GitHub

Merge pull request #521 from DjebbZ/patch-1

Adding a note that several requests can cancelled with the same token.
......@@ -512,6 +512,8 @@ axios.get('/user/12345', {
cancel();
```
Note : you can cancel several requests with the same cancel token.
## Semver
Until axios reaches a `1.0` release, breaking changes will be released with a new minor version. For example `0.5.1`, and `0.5.4` will have the same API, but `0.6.0` will have breaking changes.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册