jvilk / BrowserFS

BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
Other
3.06k stars 216 forks source link

Support for for cordova-plugin-file would nice #293

Closed bessw closed 8 months ago

bessw commented 4 years ago

cordova-plugin-file gives access to the filesystem on Android, iOS, OSX and Windows UWP platforms.

Together with support for node fs like in #184 and Electron we would have a unified filesystem api across all relevant platforms (even including browser), this would make writing cross platform apps much easier.

james-pre commented 8 months ago

Closing (stale). If you would like to reopen this issue, please do so by creating a new issue in the relevant repositories of @browser-fs