Skip to content

Instantly share code, notes, and snippets.

@stevepiron
Created April 24, 2018 14:30
Show Gist options
  • Save stevepiron/b1f79950dcac176cb8774830b8c9d068 to your computer and use it in GitHub Desktop.
Save stevepiron/b1f79950dcac176cb8774830b8c9d068 to your computer and use it in GitHub Desktop.
Basic service worker registration
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/service-worker.js');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment