You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to implement a feature for this site - falling back on the cookie (by setting a flag by the client, to avoid compatibility) for persistent storage, and caching the localStorage objects instead of always returning JSON.parse in ls.get.
In addition, I want to add event-listener support and encryption support.