Skip to content

Instantly share code, notes, and snippets.

@petmat
Last active August 6, 2017 19:12
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 petmat/a11b5582b48d6bc33e8827ee7fca4519 to your computer and use it in GitHub Desktop.
Save petmat/a11b5582b48d6bc33e8827ee7fca4519 to your computer and use it in GitHub Desktop.
if ('serviceWorker' in navigator) {
navigator.serviceWorker
.register('./service-worker.js')
.then(function() { console.log('Service Worker Registered'); });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment