Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ postMessage
Method
postMessage
scripts/jest/patchMessageChannel.js:13–17 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
11
12
this.port2 = {
13
postMessage(msg) {
14
setTimeout(() => {
15
port1.onmessage(msg);
16
}, 0);
17
},
18
};
19
}
20
};
Callers
15
Scheduler.js
File · 0.80
send
Function · 0.80
send
Function · 0.80
enqueueTask
Function · 0.80
logEvent
Function · 0.80
enqueueTask
Function · 0.80
scheduleWork
Function · 0.80
send
Function · 0.80
messageListener
Function · 0.80
hookSettingsInjector.js
File · 0.80
send
Function · 0.80
updateRequiredBackends
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected