Skip to content

Instantly share code, notes, and snippets.

@osvaldasvalutis
Created October 2, 2017 07:10
Show Gist options
  • Save osvaldasvalutis/1abcd5730be75b3669c7c91bf7ca7a23 to your computer and use it in GitHub Desktop.
Save osvaldasvalutis/1abcd5730be75b3669c7c91bf7ca7a23 to your computer and use it in GitHub Desktop.
// a check if the technology is supported by browser
if('serviceWorker' in navigator) {
navigator.serviceWorker.register('/serviceworker.js');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment