Skip to content

Instantly share code, notes, and snippets.

@FlorianRappl
Created July 2, 2018 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FlorianRappl/9d360411675f87c56950d282c8c5a1ed to your computer and use it in GitHub Desktop.
Save FlorianRappl/9d360411675f87c56950d282c8c5a1ed to your computer and use it in GitHub Desktop.
self.addEventListener('install', e => {
// Perform install steps
});
self.addEventListener('fetch', e => {
// Empty for now
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment