Skip to content

Instantly share code, notes, and snippets.

@thangman22
Last active March 24, 2018 06:04
Show Gist options
  • Select an option

  • Save thangman22/6c0a727a070fd0ccc10bcd0caee295e1 to your computer and use it in GitHub Desktop.

Select an option

Save thangman22/6c0a727a070fd0ccc10bcd0caee295e1 to your computer and use it in GitHub Desktop.
//Import workbox ก่อน
importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.0.0/workbox-sw.js")
workbox.routing.registerRoute(
new RegExp('.*\.js'),
workbox.strategies.staleWhileRevalidate({
cacheName: 'js-cache',
})
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment