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.
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
inls.get
.In addition, I want to add event-listener support and encryption support.
Will these features be welcomed?