MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / __channel

Function __channel

src/scripting/OOAPI.js:112–119  ·  view source on GitHub ↗
(id, payload, callback)

Source from the content-addressed store, hash-verified

110};
111
112function __channel (id, payload, callback) {
113 self.postMessage(JSON.stringify({
114 'channel': id,
115 'payload': payload,
116 'callback': true
117 }));
118 __OOAPI.addListenerChannel(id, callback);
119};
120
121function __schannel (id, callback) {
122 __OOAPI.addListenerChannel(id, callback);

Callers 2

requestPermissionFunction · 0.85
openWindowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected