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

@marcoscaceres @delapuente 

> The image cache in Gecko was serving images to a page even after that image was yanked from the cache API

Gecko's behaviour seems correct as per spec. The additional cache for images is consulted before fetch is called. So if there's a match in the image memory cache, the service worker isn't triggered.

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

Received on Friday, 9 September 2016 14:11:19 UTC