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.07k stars 220 forks source link

[Suggestion] localForage ? #126

Closed darkyen closed 8 years ago

darkyen commented 8 years ago

localForage is an excellent project by mozilla, it shims the indexedDB and WebSQL and ofcourse localStorage under a single localStorage like api, which is pretty neat !

jvilk commented 8 years ago

I'm aware of the project. What is your suggestion? BrowserFS supports both IndexedDB and localStorage as file system backends, which can be composed with other BrowserFS file systems (e.g. MountableFileSystem, OverlayFS, etc). I haven't added WebSQL support since it's dying, but that can be implemented as a backend if desired.

jvilk commented 8 years ago

I'm closing this for now, as I'm not sure what your suggestion or question is. Feel free to reopen! :)