Skip to content

Instantly share code, notes, and snippets.

@mnsmarcelo
Last active January 26, 2018 16:09
Show Gist options
  • Save mnsmarcelo/4006ed6de3be4728c31b2624dd16395a to your computer and use it in GitHub Desktop.
Save mnsmarcelo/4006ed6de3be4728c31b2624dd16395a to your computer and use it in GitHub Desktop.
if ('serviceWorker' in navigator){
navigator.serviceWorker
.register('sw.js')
.then(function () {
console.log('Service worker está registrado!');
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment