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

Fix type definitions #502

Closed bepremeg closed 6 years ago

bepremeg commented 6 years ago

Using Resumable.js while setting the maxFileSize (and minFileSize likewise) from Angular 6 breaks our build. The reason is that the file size are specified as boolean in the typescript type definitions file.

This PR just changes the declared types of these 2 fields of the ConfigurationHash