Skip to content

Instantly share code, notes, and snippets.

@webmaxru
Created October 30, 2018 22:23
Show Gist options
  • Save webmaxru/499f23d42d07590b4df7dd171712577a to your computer and use it in GitHub Desktop.
Save webmaxru/499f23d42d07590b4df7dd171712577a to your computer and use it in GitHub Desktop.
Minimal service worker for Add To Home Screen
addEventListener('fetch', event => {
// Do nothing
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment