Skip to content

Instantly share code, notes, and snippets.

@jacky810124
Created March 21, 2018 17:27
Show Gist options
  • Save jacky810124/8edebe9e5d4ff65f792f9c0b72d18522 to your computer and use it in GitHub Desktop.
Save jacky810124/8edebe9e5d4ff65f792f9c0b72d18522 to your computer and use it in GitHub Desktop.
PWA Day04 app.js
if ('serviceWorker' in navigator) {
navigator
.serviceWorker
.register('/sw.js')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment