django-pwa icon indicating copy to clipboard operation
django-pwa copied to clipboard

Every GET fetches ServiceWorker.js

Open DjangoWebDeveloper opened this issue 3 years ago • 0 comments

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.

DjangoWebDeveloper avatar Sep 19 '21 08:09 DjangoWebDeveloper