Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ updateTXT
Method
updateTXT
typings/embedded_network/dnssd.d.ts:74–74 ·
view source on GitHub ↗
(txt: Map<string, string | ByteBuffer>)
Source
from the content-addressed store, hash-verified
72
export
interface
AdvertiseHandle extends Disposable {
73
close(): void;
74
updateTXT(txt: Map<string, string | ByteBuffer>): void;
75
}
76
77
class
DNSSD {
Callers
2
changed
Method · 0.65
main.js
File · 0.65
Implementers
2
WebThings
modules/network/webthings/webthings.js
Advertise
modules/io/dnssd/dnssd.js
Calls
no outgoing calls
Tested by
no test coverage detected