(message)
| 3418 | const pendingCommands = new Map(); // source -> { message, resolve, reject, timer } |
| 3419 | |
| 3420 | function getContentScriptResponseTimeoutMs(message) { |
| 3421 | return tabRuntime.getContentScriptResponseTimeoutMs(message); |
| 3422 | } |
| 3423 | |
| 3424 | function getMessageDebugLabel(source, message, tabId = null) { |
| 3425 | return tabRuntime.getMessageDebugLabel(source, message, tabId); |
no outgoing calls
no test coverage detected