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

handle Success status better #268

Closed akshay-kh closed 4 years ago

akshay-kh commented 4 years ago
 * added missing 204 to successstatuses.
 * this is to make library handle success better because some service will return 204 status by default.