Skip to content

Instantly share code, notes, and snippets.

@thangman22
Created April 1, 2018 04:59
Show Gist options
  • Select an option

  • Save thangman22/23742cf172c2722e594b96a1c91f8d1a to your computer and use it in GitHub Desktop.

Select an option

Save thangman22/23742cf172c2722e594b96a1c91f8d1a to your computer and use it in GitHub Desktop.
workbox.routing.setCatchHandler(({ url, event, params }) => {
return caches.match('/offline/')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment