Skip to content

Instantly share code, notes, and snippets.

@samthor
Created February 17, 2017 05:15
Show Gist options
  • Save samthor/80f08ba53bcf50786c247b6c930353c1 to your computer and use it in GitHub Desktop.
Save samthor/80f08ba53bcf50786c247b6c930353c1 to your computer and use it in GitHub Desktop.
if ('serviceWorker' in navigator) {
// sw.js can literally be empty, but must exist
navigator.serviceWorker.register('/sw.js');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment