MCPcopy Create free account
hub / github.com/QLHazyCoder/FlowPilot / ensureContentScriptReadyOnTab

Function ensureContentScriptReadyOnTab

background.js:3410–3412  ·  view source on GitHub ↗
(source, tabId, options = {})

Source from the content-addressed store, hash-verified

3408}
3409
3410async function ensureContentScriptReadyOnTab(source, tabId, options = {}) {
3411 return tabRuntime.ensureContentScriptReadyOnTab(source, tabId, options);
3412}
3413
3414// ============================================================
3415// Command Queue (for content scripts not yet ready)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected