()
| 100 | } |
| 101 | |
| 102 | export function unregister () { |
| 103 | if ('serviceWorker' in navigator) { |
| 104 | navigator.serviceWorker.ready.then(registration => { |
| 105 | registration.unregister(); |
| 106 | }); |
| 107 | } |
| 108 | } |
nothing calls this directly
no outgoing calls
no test coverage detected