- From: Ben Kelly <notifications@github.com>
- Date: Fri, 09 Sep 2016 07:26:46 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 9 September 2016 14:27:32 UTC
> 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