Service worker with skipWaiting() and claim() still results in stale content
I have SPA without any navigation and service worker caching all static content (HTML, JS, CSS, images).
The service worker perfectly serves content while offline but updates are complicated.