MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / onmessage

Function onmessage

tools/testmc/testsharedworker.js:10–13  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

8}
9
10function onmessage(value) {
11 messageCount += 1;
12 this.postMessage({messageCount, value});
13}

Callers

nothing calls this directly

Calls 1

postMessageMethod · 0.65

Tested by

no test coverage detected