cinely / mule-uploader

Stubborn HTML5 Amazon S3 uploader
http://mule-uploader.com/
MIT License
223 stars 43 forks source link

Web workers should be optional #34

Closed Daniel15 closed 9 years ago

Daniel15 commented 9 years ago

I found this library via a Facebook ad and it looked interesting :)

I noticed this on its homepage:

There is also a new dependency on Web Workers.

In my opinion, web workers should be optional - Use them if supported, but fall back to not using workers if the browser does not support them. Most mobile browsers support HTML5 File API but not all of them would support web workers.

gabipurcaru commented 9 years ago

Thanks for the input. As of a few days ago, web workers are not used anymore (see #31). I've updated the description to reflect that.