Re: [whatwg/storage] Allow all storage types to expire, not just cookies (#11)

> Client-side storage amounts to a data cache and automatically expiring data would reduce boilerplate code and lead to more efficient use of storage.

See also <https://phabricator.wikimedia.org/T121646#3063515> which described the same from a downstream perspective.

Lack of any reasonable eviction mechanism (LRU, TTL, etc.) for localStorage is proving difficult to deal with at scale.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/storage/issues/11#issuecomment-283233411

Received on Wednesday, 1 March 2017 03:24:04 UTC