()
| 19 | const pendingCommands = new Map(); |
| 20 | |
| 21 | async function getTabRegistry() { |
| 22 | const state = await getState(); |
| 23 | return state.tabRegistry || {}; |
| 24 | } |
| 25 | |
| 26 | async function registerTab(source, tabId) { |
| 27 | const registry = await getTabRegistry(); |
no test coverage detected