()
| 53 | // traffic. |
| 54 | const sw = navigator.serviceWorker; |
| 55 | const onControllerChange = () => sw.controller?.postMessage({action: 'INITIALIZE'}); |
| 56 | |
| 57 | sw.addEventListener('controllerchange', onControllerChange); |
| 58 |
nothing calls this directly
no test coverage detected
searching dependent graphs…