yyx990803 / register-service-worker

A script to simplify service worker registration with hooks for common events.
MIT License
639 stars 58 forks source link

Fetching service worker file is using http cache #53

Open devpurohit opened 3 years ago

devpurohit commented 3 years ago

The fetch call to get the sw file needs some config to cache bust the sw file( if on browser cache) and get it directly from the network so we're sure we get the latest sw configuration.

devpurohit commented 3 years ago

55