()
| 111 | * and also used in tests for isolation. |
| 112 | */ |
| 113 | export function clearAllPendingCallbacks(): void { |
| 114 | pendingCallbacks.clear() |
| 115 | pendingSandboxCallbacks.clear() |
| 116 | } |
| 117 | |
| 118 | /** |
| 119 | * Process a permission response from a mailbox message. |
no test coverage detected