- From: Jake Archibald <notifications@github.com>
- Date: Tue, 23 Feb 2016 04:09:27 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Tuesday, 23 February 2016 12:09:55 UTC
If the request is made with `If-Modified-Since` or `If-None-Match`, and the response is `200`, we could assume this is a new SW even if it's byte identical. Although this would cause unnecessary service worker updates on servers that send out `Etag` or `Last-Modified` but don't correctly return `304`. Else we just add `Service-Worker-Force-Update: 1` or something. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/839#issuecomment-187675396
Received on Tuesday, 23 February 2016 12:09:55 UTC