Skip to content

Instantly share code, notes, and snippets.

@kmaraz
Created December 6, 2019 23:13
Show Gist options
  • Save kmaraz/837b999087601379bd8ff46b82bcdbd1 to your computer and use it in GitHub Desktop.
Save kmaraz/837b999087601379bd8ff46b82bcdbd1 to your computer and use it in GitHub Desktop.
workbox.routing.registerRoute(
/^https:\/\/fonts\.googleapis\.com/,
new workbox.strategies.StaleWhileRevalidate({
cacheName: 'google-fonts-stylesheets',
})
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment