Re: [w3c/ServiceWorker] allow service worker produced resources to be marked as "cachable" (#962)

If there's a matching response found in [the list of available images](https://html.spec.whatwg.org/multipage/embedded-content.html#the-list-of-available-images) or [whatever `link[rel=preload]` uses](https://github.com/whatwg/fetch/issues/354), I wouldn't expect to get a fetch event.

However, the above caches are tied to the current document. Chrome's skipping the CSS request between documents, and that does seem odd. My gut feeling is there should be a fetch event here, and whatever cache Chrome is using here should sit behind the service worker.

-- 
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/962#issuecomment-264425938

Received on Friday, 2 December 2016 10:44:36 UTC