Skip to content

Instantly share code, notes, and snippets.

@Verdi
Last active June 1, 2019 21:31
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 Verdi/99bbf773cdc3c36d4b830027e8bd7285 to your computer and use it in GitHub Desktop.
Save Verdi/99bbf773cdc3c36d4b830027e8bd7285 to your computer and use it in GitHub Desktop.
Register Serviceworker
<script>
if (navigator.serviceWorker) {
navigator.serviceWorker.register('/serviceworker.js');
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment