yyx990803 / register-service-worker

A script to simplify service worker registration with hooks for common events.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fetching service worker file is using http cache

devpurohit opened this issue · comments

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.