silviolleite / django-pwa

Looks like an app, feels like an app, but IS NOT an app.
MIT License
541 stars 112 forks source link

Every GET fetches ServiceWorker.js #77

Open DjangoWebDeveloper opened 3 years ago

DjangoWebDeveloper commented 3 years ago

With default servieworker.js every get hits network to fetch ServiceWorker.js. Is this by design or we need to modify some aspects of fetch() in default serviceworker.js which comes along with code base.