Financial-Times / n-service-worker

❌ DECOMMISSIONED Global service worker component for next.ft.com
5 stars 2 forks source link

Unregister self #202

Closed kavanagh closed 4 months ago

kavanagh commented 4 months ago

This removes all the service worker code and replaces it with a minimal implementation to unregister itself.

We're doing this because despite trying to unregister the service worker form applications, it's still alive for some browsers (a couple of hundred users).

The internet recommends trying to get the SW to unregister itself and ensure the CDN cache for /__sw.js is purged.