()
| 203 | // Report permission wait time to the caller so it can be |
| 204 | // subtracted from the displayed elapsed time. |
| 205 | const reportPermissionWait = () => { |
| 206 | onPermissionWaitMs?.(Date.now() - permissionStartMs) |
| 207 | } |
| 208 | |
| 209 | const onAbortListener = () => { |
| 210 | if (decisionMade) return |
no outgoing calls
no test coverage detected