apisauce
apisauce copied to clipboard
Support for abort signal
https://axios-http.com/docs/cancellation
seems like it's not supported yet since apisauce is still using axios 0.21.4
& AbortController is introduces in axios 0.22.0
?
I'll try it in my forked apisauce repo
Please check README for cancellation https://github.com/infinitered/apisauce#cancel-request
we will try to get AbortController soon
Any news?