Skip to content

Instantly share code, notes, and snippets.

@thepassle
Created October 28, 2019 14:17
Show Gist options
  • Save thepassle/a360b05ed6447cbd01e6c31823841bcf to your computer and use it in GitHub Desktop.
Save thepassle/a360b05ed6447cbd01e6c31823841bcf to your computer and use it in GitHub Desktop.
lifecycle2
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('./sw.js');
});
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment