Skip to content

Instantly share code, notes, and snippets.

@anghelalexandra
Created October 12, 2017 12:09
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 anghelalexandra/85291fd531d8fca0991e4fb88c026cc3 to your computer and use it in GitHub Desktop.
Save anghelalexandra/85291fd531d8fca0991e4fb88c026cc3 to your computer and use it in GitHub Desktop.
<script>
if('serviceWorker' in navigator) {
navigator.serviceWorker
.register('/sw.js')
.then(function() { console.log("Service Worker Registered"); });
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment