MCPcopy 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

onmessageFunction · 0.65
testworker.jsFile · 0.65
postMessageMethod · 0.65
doStartPlayingTouchesMethod · 0.65
doStopPlayingTouchesMethod · 0.65
createWorkerMethod · 0.65
connectMethod · 0.65
disconnectMethod · 0.65
sendFunctionResultMethod · 0.65

Implementers 2

Workertypings/web/worker.d.ts
ScreenWorkermodules/piu/PC/Screen/piuScreen.js

Calls

no outgoing calls

Tested by

no test coverage detected