plasma-umass / doppio

Breaks the browser language barrier (includes a plugin-free JVM).
http://plasma-umass.github.io/doppio-demo
MIT License
2.16k stars 175 forks source link

Support IndexedDB in filesystem #198

Closed jvilk closed 11 years ago

jvilk commented 11 years ago

https://developer.mozilla.org/en-US/docs/IndexedDB

It's in IE10, Chrome, and Firefox. It might be nice to include a provider for it when I rewrite the filesystem to be asynchronous.

Credit goes to taras from Mozilla for pointing it out.

jvilk commented 11 years ago

This is encapsulated in https://github.com/jvilk/BrowserFS/issues/26 .