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

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

This should happen within a page, but I think @marcoscaceres was running into a previous bug where we did it for new pages too.  I've been told our image cache has some bugs compared to the spec, but I've been too scared to look at it further.

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

Received on Friday, 9 September 2016 14:27:32 UTC