cozy / cozy-client-js

Javascript library to write Cozy applications
https://docs.cozy.io/en/cozy-client-js/README/
MIT License
11 stars 12 forks source link

feat: Add abort signal to `doUpload` requests #307

Closed taratatach closed 3 years ago

taratatach commented 3 years ago

Fetch requests can be forcibly aborted via an AbortController signal passed in the request's options. We give our client users the ability to abort upload requests by passing any given signal from the client request options to the fetch request options.