Skip to content

Instantly share code, notes, and snippets.

@KonstantinBozhkov
Last active February 26, 2021 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save KonstantinBozhkov/ea92dbc1a2615a81841f70269e2de681 to your computer and use it in GitHub Desktop.
Save KonstantinBozhkov/ea92dbc1a2615a81841f70269e2de681 to your computer and use it in GitHub Desktop.
Include SW
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('./sw.js') // Path to sw file
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment