- From: Ben Kelly <notifications@github.com>
- Date: Fri, 30 Jan 2015 06:37:43 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 30 January 2015 14:38:25 UTC
The onbeforeevicted and onevicted events are currently listed on the ServiceWorkerGlobalScope. Does this make sense given that we now have `caches` in windows and other Workers? Should these events be on `caches` instead? Also, it seems for this to be useful, content needs some way to tell how much space Cache is being used (#587). Finally, should all this instead be on some quota interface? It seems storage space used should include things like IDB, etc. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/611#issuecomment-72210150
Received on Friday, 30 January 2015 14:38:25 UTC