Re: [whatwg/fetch] Use of response's cache state (#376)

It's [Update](https://w3c.github.io/ServiceWorker/#update) step 7 > To perform the fetch step 20. [importScripts()](https://w3c.github.io/ServiceWorker/#importscripts) does the same thing in the step 2.5.

So, should I check the response's `Age` header and consider it's gotten from the network (including a validation) if the value is zero?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/376#issuecomment-293247249

Received on Tuesday, 11 April 2017 12:40:17 UTC