WICG / shared-storage

Explainer for proposed web platform Shared Storage API
Other
88 stars 21 forks source link

Automatically clear keys after 30 days since last write #48

Closed jkarlin closed 1 year ago

jkarlin commented 1 year ago

Rather than deleting the database after 30 days of first write which leads to unpredictable behavior (I wrote this key on day 29, and then it was gone the next day!), delete each key individually after 30 days of inactivity (write operation). Closes #45