ebidel / filer.js

A wrapper library for the HTML5 Filesystem API what reuses UNIX commands (cp, mv, ls) for its API.
Other
1.49k stars 155 forks source link

compatibility with Cordova File Plugin #65

Closed giorgiobeggiora closed 7 years ago

giorgiobeggiora commented 7 years ago

please make this script compatible with https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-file/

Cordova developers really need it!

Thanks

ebidel commented 7 years ago

The Filesystem API in Chromium is not an API other browsers plan to adopt. As a result, I'm not actively adding features to filer.js.

That said, you're welcome create a fork, modify it, and create something that works with Cordova.

Cheers.