Created
June 29, 2020 06:19
-
-
Save velotiotech/c8f08caca88b018f96dcfd1f9104419e to your computer and use it in GitHub Desktop.
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
workbox.skipWaiting(); | |
workbox.clientsClaim(); | |
workbox.routing.registerRoute( | |
new RegExp("/users"), | |
workbox.strategies.NetworkFirst() | |
); | |
workbox.precaching.precacheAndRoute(self.__precacheManifest || []) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment