Skip to content

Instantly share code, notes, and snippets.

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