flowjs / flow.js

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

File error event is triggered only for error code 500 #241

Open brgrz opened 7 years ago

brgrz commented 7 years ago

Since the docs say error codes can be anything in permanentErrors option I just spent half a day trying to debug why the file error (and flow error) weren't triggered for any of the 400 responses from the server and then just by chance discovered that they were triggered for 500, so clearly a discrepancy here between what the docs say and what the code does..