tsironis / lockr

A minimal API wrapper for localStorage
MIT License
815 stars 76 forks source link

sessionStorage support #45

Open SassNinja opened 7 years ago

SassNinja commented 7 years ago

I'd like to use lockr for a new component, but with sessionStorage instead of localStorage. As far as I can see lockr is built for localStorage only.

Would it be possible to provide sessionStorage support as well or is this plugin intentionally restricted to localStorage?

tsironis commented 7 years ago

I'm planning to completely rewrite the library so we can add this as a feature in the next major update.