- From: Vignesh Shanmugam <notifications@github.com>
- Date: Tue, 20 Jan 2015 22:19:46 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 21 January 2015 06:20:12 UTC
@jakearchibald : Let me iterate with an example. Assume we are loading index.html and it has static file App.js which has the cache-control header set to 1 year and Last-Modified header set to yesterday. In this case, both the browser and server are smart enough to handle the 304 response loading it from the cache. So in this case, I don't want SW to interrupt the request. I want to skip this request as such and let browser handle it. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/598#issuecomment-70789877
Received on Wednesday, 21 January 2015 06:20:12 UTC