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

custom generateUniqueIdentifier support async #352

Closed lb1129 closed 1 year ago

lb1129 commented 2 years ago

fix issues

310 183

AidasK commented 2 years ago

https://github.com/flowjs/flow.js/pull/329 was already merged to v3 branch. Please use v3 and let us know if it works for you.

drzraf commented 2 years ago

v3 does not touch generateUniqueIdentifier. It does not allow for it being async per-se but its codebase make should make easier to allow for that feature (could be modeled after initFileFn)