Skip to content

Instantly share code, notes, and snippets.

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