I am using localStorage in a project, and it will need to store lots of data, mostly of type int, bool and string. I know that javascript strings are u
localStorage
Base64 compression for javascript is very well explained at this blog. Implementation is also available here when using entire framework.