Re: [slightlyoff/ServiceWorker] Save initial files into cache storage instead of browser's cache (#820)

@jakearchibald Yes. The initial html request and its following ones.

This issue is actually for getting rid of browser cache. I think having 2 layers of cache is quite hard to manage. Besides this one, there is also another problem with http2 requests. Developers are currently unable to directly save pushed files into `CacheStorage`. This  is also the reason behind my suggestion of using this header `Cache-Control : location=cache-storage`.

---
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/820#issuecomment-208203264

Received on Monday, 11 April 2016 07:37:29 UTC