Skip to content

Instantly share code, notes, and snippets.

@zprima
Created January 27, 2019 12:34
Show Gist options
  • Select an option

  • Save zprima/99ccffa6edf75b6b00ce35d43bea776a to your computer and use it in GitHub Desktop.

Select an option

Save zprima/99ccffa6edf75b6b00ce35d43bea776a to your computer and use it in GitHub Desktop.
medium_p2_c6
//...
navigator.serviceWorker && navigator.serviceWorker.register('./sw.js').then(function (registration) {
console.log('Excellent, registered with scope: ', registration.scope);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment