Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ postMessage
Method
postMessage
typings/web/worker.d.ts:44–44 ·
view source on GitHub ↗
(message: any)
Source
from the content-addressed store, hash-verified
42
interface
MessagePort {
43
onmessage(message: any): void;
44
postMessage(message: any): void;
45
}
46
47
class
Worker implements MessagePort {
Callers
15
testsharedworker.js
File · 0.65
onmessage
Function · 0.65
testworker.js
File · 0.65
postMessage
Method · 0.65
doStartPlayingTouches
Method · 0.65
doStopPlayingTouches
Method · 0.65
doStartRecordingTouches
Method · 0.65
doStopRecordingTouches
Method · 0.65
createWorker
Method · 0.65
connect
Method · 0.65
disconnect
Method · 0.65
sendFunctionResult
Method · 0.65
Implementers
2
Worker
typings/web/worker.d.ts
ScreenWorker
modules/piu/PC/Screen/piuScreen.js
Calls
no outgoing calls
Tested by
no test coverage detected