MCPcopy Index your code
hub / github.com/andywer/threads.js / postMessage

Method postMessage

src/master/implementation.node.ts:17–17  ·  view source on GitHub ↗
(message: any, transferables?: any[])

Source from the content-addressed store, hash-verified

15interface WorkerGlobalScope {
16 addEventListener(eventName: string, listener: (event: Event) => void): void
17 postMessage(message: any, transferables?: any[]): void
18 removeEventListener(eventName: string, listener: (event: Event) => void): void
19}
20

Callers 2

createObservableForJobFunction · 0.65
createProxyFunctionFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected