haystack / listit

The listit lightweight notetaking client
http://listit.csail.mit.edu/
MIT License
9 stars 6 forks source link

Use localForge #225

Open Stebalien opened 10 years ago

Stebalien commented 10 years ago

Currently, we have our own storage abstraction library that abstracts multiple storage backends into an asynchronous keystore. localForge does the exact same thing except that it (a) supports backends like IndexedDB (b) is someone else's (Mozilla's) problem.

https://github.com/mozilla/localForage