MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / sendTabMessageWithTimeout

Function sendTabMessageWithTimeout

background.js:3432–3434  ·  view source on GitHub ↗
(tabId, source, message, responseTimeoutMs = getContentScriptResponseTimeoutMs(message))

Source from the content-addressed store, hash-verified

3430}
3431
3432function sendTabMessageWithTimeout(tabId, source, message, responseTimeoutMs = getContentScriptResponseTimeoutMs(message)) {
3433 return tabRuntime.sendTabMessageWithTimeout(tabId, source, message, responseTimeoutMs);
3434}
3435
3436function queueCommand(source, message, timeout = 15000) {
3437 return tabRuntime.queueCommand(source, message, timeout);

Callers 1

getStep8PageStateFunction · 0.70

Calls 1

Tested by

no test coverage detected