23 / resumable.js

A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.
MIT License
4.65k stars 611 forks source link

Wrap `slice` in promise #576

Open mj-tfountain opened 3 years ago

mj-tfountain commented 3 years ago

On react-native the call to slice returns a promise, and so needs to be wrapped in a Promise.resolve in order to continue executing!