Skip to content

Instantly share code, notes, and snippets.

@MrPeker
Created January 27, 2019 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrPeker/0655ba33feb124ca99e7a7d19b1b799f to your computer and use it in GitHub Desktop.
Save MrPeker/0655ba33feb124ca99e7a7d19b1b799f to your computer and use it in GitHub Desktop.
workbox.strategies.staleWhileRevalidate({
// Bu rota için özel isim kullan
cacheName: 'my-cache-name',
// Özel eklentiler dizisi ekle (örneğin workbox.expiration.Plugin)
plugins: [
...
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment