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

Refresh the node-app example #330

Closed drzraf closed 3 years ago

drzraf commented 3 years ago
drzraf commented 3 years ago

I know this change is "hiding" the compatibility-support question, but until it's possible to consistently test the (transpiled) code, it's hard to say (or guess) As said in the initial v3 commit, it's best to avoid the Flow.js library to depends to much on "window" particular properties and clutter the code with window.navigator property guess work. It's better left to the toolchain.