Anil Paul
Anil Paul
Hi Tomas, Thank you!! I thought the same way you said. But these senarios only happens while using varnish as cache. While using full page cache it works all good....
Thank you so much @tgerulaitis I have tested locally and it seems to be working and we have only one service worker running so no need to worry about it...
thanks @tgerulaitis I have added an if condition to avoid showing error _registration undefined_ `(function () { if ('serviceWorker' in navigator) { navigator.serviceWorker.getRegistration().then(function (registration) { if (registration){ registration.unregister(); } });...