MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / reportReady

Function reportReady

example/tests/gm_value_test.js:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 function reportReady() {
94 top.postMessage({ t: MSG_NS + 'READY', frameId }, TARGET_ORIGIN);
95 }
96
97 function reportListeners(ids) {
98 top.postMessage({ t: MSG_NS + 'LISTENERS', frameId, ids }, TARGET_ORIGIN);

Callers 1

gm_value_test.jsFile · 0.85

Calls 1

postMessageMethod · 0.65

Tested by

no test coverage detected