Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ postMessage
Method
postMessage
tools/mcsim/DevicePane.js:47–49 ·
view source on GitHub ↗
(container, message)
Source
from the content-addressed store, hash-verified
45
this.postMessage(container, message);
46
}
47
postMessage(container, message) {
48
model.SCREEN.postMessage(message);
49
}
50
}
51
52
export
class
DeviceWorker extends ScreenWorker {
Callers
1
postJSON
Method · 0.95
Calls
1
postMessage
Method · 0.65
Tested by
no test coverage detected