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

Likewise, I am using indexeddb as a buffer cache for a context that might be visited again but likely won't be (I cannot use a service worker in this case) and will be hundreds of megabytes, potentially gigabytes.

Currently the browser will persist the data indefinitely however it would be ideal if I could set an expiry on a key so it could remove itself if it has not been accessed within that time.

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

Message ID: <whatwg/storage/issues/11/2095215220@github.com>

Received on Monday, 6 May 2024 05:20:42 UTC