Re: [ServiceWorker] CacheStorage.delete() does not specify how to handle currently referenced Cache (#538)

Just to clarify, I think saying "existing DOM objects should remain functional" is a little better.  If an implementation pulls data into memory for DOM objects, then it could reasonably delete from disk immediately.

The important part is that caches.delete() doesn't break referenced Cache, Request, and Response objects.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/538#issuecomment-123505227

Received on Tuesday, 21 July 2015 23:15:09 UTC