Closed szimek closed 10 years ago
I've used the https://github.com/moxiecode/moxie polyfills without issues, although recent versions of Firefox have the FileSystem API implemented natively: http://caniuse.com/#search=FileReader
@scribu Unfortunately this requires full FileSystem API support (http://caniuse.com/filesystem) and not only FileReader API.
Closed by 5ce92e5415377d51d29d2b9513002d2adbb1873b.
Use idb.filesystem.js for HTML5 Filesystem API polyfill on Firefox. Promises are already provided by es6-promise polyfill.