Re: [slightlyoff/ServiceWorker] Introduce `Service-Worker-Max-Age` header (#721)

The are two perspectives here. One option is to extend byte-to-byte comparison to the whole imported scripts (`importScripts`) graph. If one node has change, update. The other is related with #839. The header `Service-Worker-Force-Update` proposed by @jakearchibald can be enough for this but it's hard to automatically calculate in the server cause it involves to calculate the import graph there.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/721#issuecomment-224187885

Received on Tuesday, 7 June 2016 06:07:09 UTC