Created
February 27, 2019 23:16
-
-
Save webmaxru/1053089061e68642a70b41e09cf3c933 to your computer and use it in GitHub Desktop.
Workbox 4: workbox-window. Registering service worker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Workbox } from 'workbox-window'; | |
if ('serviceWorker' in navigator) { | |
const wb = new Workbox('service-worker.js'); | |
wb.register(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment