Skip to content

Instantly share code, notes, and snippets.

@gyf304
Created September 15, 2021 07:20
Show Gist options
  • Select an option

  • Save gyf304/cb12b7cd16bceb3ba758484d8c3faf0e to your computer and use it in GitHub Desktop.

Select an option

Save gyf304/cb12b7cd16bceb3ba758484d8c3faf0e to your computer and use it in GitHub Desktop.
Minimal PWA Service Worker
self.addEventListener('fetch', function() {
return;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment