mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
Improve service worker update handling to fix caching issues during development: - Add skipWaiting and clientsClaim in Workbox config for immediate SW activation - Remove user confirmation prompt and switch to silent automatic updates - Replace hourly polling with visibility-based update checks via visibilitychange event This resolves the issue where web updates would not take effect without manual cache clearing.