Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
174
export
function
notifyContentScriptReady() {
175
safeSendMessage({
176
message:
"contentScriptReady"
,
177
url: window.location.href
178
});
179
}
Callers
1
initializeContentScript
Function · 0.85
Calls
1
safeSendMessage
Function · 0.85
Tested by
no test coverage detected