Commit ac24734
committed
chore: deprecate
The cancel token was deprecated by Axios since v0.22.
It was based on a withdrawn approach and nowadays you should
use the AbortController API (e.g. the `signal` attribute on the Request
config).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>Axios.CancelToken
1 parent 9d653a5 commit ac24734
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
0 commit comments