flowjs / flow.js

A JavaScript library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API.
Other
2.96k stars 346 forks source link

FlowChunk: xhr abort fixes #351

Closed drzraf closed 2 years ago

drzraf commented 2 years ago

A couple of fixes regarding abort() (observed in the particular case of a stream didn't compute adequately the number of chunks)

(Note: An better codepath is still to be found to replace the current workaround used in readStreamChunk)

AidasK commented 2 years ago

Approved