axios-fetch
axios-fetch copied to clipboard
Abort requests via FetchInit signal abort
The Fetch API provides a method for aborting an ongoing request. Is there a way to use this with the underlying axios
engine, which relies on cancellation tokens?
There's currently stale discussion on axios
to support signal
.
Interesting question and it looks like the linked Axios issue just merged. If there is something needed to support canceling in axios-fetch I'd love any contriubtion that adds support.