Re: [w3c/ServiceWorker] consider a method to force immediate disk deletion even if there are live Cache/Response js objects (#1287)

FWIW, on the Chrome side we've been talking about an internal **clear** operation that would atomically delete all entries in a cache, and using this in conjunction with delete when the user clears browsing data so that the space is reclaimed without either waiting for SW reload/GC, and without introducing a new state.

cc: @bsittler

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1287#issuecomment-373816696

Received on Friday, 16 March 2018 19:13:09 UTC