23 / resumable.js

A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.
MIT License
4.65k stars 611 forks source link

How to catch the 204 response that checks the file chunks #570

Open champsupertramp opened 4 years ago

champsupertramp commented 4 years ago

Hi,

Anyone knows how to catch the 204 response so i can include extra data from the backend side to pass to the front-end when this testChunk happens?

Regards,