Re: [slightlyoff/ServiceWorker] consider allowing multiple worker thread instances for a single registration (#756)

@NekR

> As I understand it right, navigate pages aren't cached by SW

Are we talking about SW in general or a particular site using SW? The only thing cached automatically by the SW is the SW script and its `importScripts`. No page fetches, navigation or otherwise, are cached by the service worker unless you write code to do so.

---
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/756#issuecomment-238027487

Received on Saturday, 6 August 2016 15:04:05 UTC