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

Function onReady

examples/io/dnssd/main.js:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19dnssd.claim({
20 host: "a-server",
21 onReady() {
22 trace(`a-server claimed\n`);
23 },
24 onError() {
25 trace("couldn't claim a-server\n");
26 }

Callers 1

bleclient.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected