Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thangman22/595080f51c2b5e30f27ac1875cd76a3e to your computer and use it in GitHub Desktop.
Save thangman22/595080f51c2b5e30f27ac1875cd76a3e to your computer and use it in GitHub Desktop.
<script type="text/javascript">
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('sw.js');
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment