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