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

See:

https://bugs.chromium.org/p/chromium/issues/detail?id=782869#c5

If a site wants to delete a large Cache immediately, they may not want to wait for a GC a run.  We should consider allowing them to disconnect their js wrappers or perhaps add a "force" option to the delete() method.

-- 
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

Received on Friday, 16 March 2018 14:25:22 UTC