infinitered / apisauce

Axios + standardized errors + request/response transforms.
MIT License
2.78k stars 184 forks source link

Support for abort signal #285

Open isakgranqvist2021 opened 2 years ago

isakgranqvist2021 commented 2 years ago

https://axios-http.com/docs/cancellation

ardasatata commented 2 years ago

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

chakrihacker commented 2 years ago

Please check README for cancellation https://github.com/infinitered/apisauce#cancel-request

chakrihacker commented 2 years ago

we will try to get AbortController soon

rkz98 commented 1 year ago

Any news?