- From: Jake Archibald <notifications@github.com>
- Date: Sat, 06 Aug 2016 08:01:21 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Saturday, 6 August 2016 15:04:05 UTC
@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