Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
dnssd.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.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected