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.67k stars 611 forks source link

Transmit the return message to the fileProgress event #480

Closed SuperPat45 closed 6 years ago

SuperPat45 commented 6 years ago

Allow the fileProgress listener function to retrieve the return message. Fix bug #479

Lehakos commented 6 years ago

@steffentchr why you didn't update version in package.json after merging?

steffentchr commented 6 years ago

The core logic is that I do more extensive testing and review of the code base before upgrading the version number -- and suggest people simply reference the github master branch if they want to live on master.