grevory / angular-local-storage

An AngularJS module that gives you access to the browsers local storage with cookie fallback
Other
2.83k stars 585 forks source link

Integration of compress tool like LZ-string to optimize space #328

Open developerbaseg opened 8 years ago

developerbaseg commented 8 years ago

Hi, it's possible to add in future releases an option to compress a value after insert it on local or session storage?. We are using LZ-string and it's fast and easy to use.

Great module, keep it up!