Currently writing my unit tests, and came accros an issue with callback-proxy.js.
PhantomJS 2.1.1 (Mac OS X 0.0.0) ERROR
ReferenceError: Can't find variable: WeakMap
at webpack:///~/fine-uploader-wrappers/callback-proxy.js:19:0 <- index.js:27812
I know it's not an issue per se, because PhantomJS don't know WeakMap (I'm currently looking for a polyfill), but since fine-uploader is supposed to be compatible with IE8+, it might be a good idea to add a polyfill when it's not available for a given browser.
Currently writing my unit tests, and came accros an issue with
callback-proxy.js
.I know it's not an issue per se, because PhantomJS don't know WeakMap (I'm currently looking for a polyfill), but since fine-uploader is supposed to be compatible with IE8+, it might be a good idea to add a polyfill when it's not available for a given browser.