- From: David Alsh <notifications@github.com>
- Date: Sun, 05 May 2024 22:20:38 -0700
- To: whatwg/storage <storage@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 6 May 2024 05:20:42 UTC
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