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

Not sequentially chunk requests sending #606

Open alexandrelance opened 2 years ago

alexandrelance commented 2 years ago

Hello! How can I send a each current chunk request without waiting a success response for previous? Thanks.