Hacker News new | ask | show | jobs
by IMTDb 3401 days ago
Not if you want to store more than few MB (5 or 10 max depending of browsers if I recall). Not if you want/need an async API. Not if you need to be able to search your storage.
1 comments

Yup on all accounts, although: > Not if you want to store more than few MB (5 or 10 max depending of browsers if I recall)

There's a case for something like http://pieroxy.net/blog/pages/lz-string/index.html

which can save up a lot of space

Let's create a plugin that automatically does compression!
Created issue: https://github.com/marcuswestin/store.js/issues/183

Will tackle a bit down the road.