szimek / sharedrop

Easy P2P file transfer powered by WebRTC - inspired by Apple AirDrop
https://www.sharedrop.io
MIT License
10.2k stars 747 forks source link

Firefox support #1

Closed szimek closed 10 years ago

szimek commented 10 years ago

Use idb.filesystem.js for HTML5 Filesystem API polyfill on Firefox. Promises are already provided by es6-promise polyfill.

scribu commented 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

szimek commented 10 years ago

@scribu Unfortunately this requires full FileSystem API support (http://caniuse.com/filesystem) and not only FileReader API.

szimek commented 10 years ago

Closed by 5ce92e5415377d51d29d2b9513002d2adbb1873b.