Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ reportKV
Function
reportKV
example/tests/gm_value_test.js:89–91 ·
view source on GitHub ↗
(kvMap)
Source
from the content-addressed store, hash-verified
87
}
88
89
function
reportKV(kvMap) {
90
top.postMessage({ t: MSG_NS +
'KV'
, frameId, kvMap }, TARGET_ORIGIN);
91
}
92
93
function
reportReady() {
94
top.postMessage({ t: MSG_NS +
'READY'
, frameId }, TARGET_ORIGIN);
Callers
1
pushKV
Function · 0.85
Calls
1
postMessage
Method · 0.65
Tested by
no test coverage detected