Re: [ServiceWorker] 304 handling for fetch() (#412)

bypass != no-store !!!

"Cache-Control: no-store" means to cache, but not persistently.  HTTP's "no-store" is actually "session only".

"bypass" in this spec draft means "there is no cache at all = don't read from cache + don't write to cache"

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/412#issuecomment-64416571

Received on Tuesday, 25 November 2014 15:29:29 UTC