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