Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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