- From: Joshua Bell <notifications@github.com>
- Date: Fri, 30 Jan 2015 12:32:06 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 30 January 2015 20:32:37 UTC
Since it's not already on this thread, @kinu's draft spec is at: https://kinu.github.io/quota-api/Overview.html @wanderview - re: "storage space used should include things like IDB, etc" - yep, it applies to more than just Cache storage. We're envisioning that eviction applies to the entire origin, based on storage pressure, heuristics, or user action (e.g. UI for "clear stored data") - otherwise we leave web apps in an inconsistent state. Exposing it to the SW is a way to let the origin participate either before or after the fact, without relying on a page being open. (I'm still coming up to speed here, so corrections appreciated) --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/611#issuecomment-72265623
Received on Friday, 30 January 2015 20:32:37 UTC