()
| 129 | } |
| 130 | |
| 131 | export function unregister() { |
| 132 | if ('serviceWorker' in navigator) { |
| 133 | navigator.serviceWorker.ready.then(registration => { |
| 134 | registration.unregister(); |
| 135 | }); |
| 136 | } |
| 137 | } |
nothing calls this directly
no outgoing calls
no test coverage detected