mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
0db09e33b1
Since Manifest V3, the service worker (background) gets terminated after 30s of inactivity. This can break the initialization phase of DevTools or the BE-FE communication channel, if already initialized. To prevent that, we emit a heartbeat in a >30s interval.