Skip to content

Instantly share code, notes, and snippets.

@jacky810124
Created March 28, 2018 12:40
Show Gist options
  • Save jacky810124/ddeacae9e45dcdac589d86b205521ad7 to your computer and use it in GitHub Desktop.
Save jacky810124/ddeacae9e45dcdac589d86b205521ad7 to your computer and use it in GitHub Desktop.
PWA Day06 - cache only
self.addEventListener('fetch', function(event) {
event.respondWith(caches.match(event.request))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment