MCPcopy Index your code
hub / github.com/InverseUI/InverseUI-Recorder / notifyContentScriptReady

Function notifyContentScriptReady

util/communication_utils.js:174–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172 * Send content script ready message
173 */
174export function notifyContentScriptReady() {
175 safeSendMessage({
176 message: "contentScriptReady",
177 url: window.location.href
178 });
179}

Callers 1

initializeContentScriptFunction · 0.85

Calls 1

safeSendMessageFunction · 0.85

Tested by

no test coverage detected