Skip to content

Instantly share code, notes, and snippets.

@Arpan-206
Created September 7, 2021 14:14
Show Gist options
  • Save Arpan-206/50182233da06e85461e79c0ff8e5a2bd to your computer and use it in GitHub Desktop.
Save Arpan-206/50182233da06e85461e79c0ff8e5a2bd to your computer and use it in GitHub Desktop.
importScripts('https://storage.googleapis.com/workbox-cdn/releases/6.2.0/workbox-sw.js');
workbox.routing.registerRoute(
({request}) => request.destination === 'image',
new workbox.strategies.NetworkFirst()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment