Re: [ServiceWorker] Do not want ServiceWorker to interrupt a specific request (#598)

@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