MCPcopy 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

changedMethod · 0.65
main.jsFile · 0.65

Implementers 2

WebThingsmodules/network/webthings/webthings.js
Advertisemodules/io/dnssd/dnssd.js

Calls

no outgoing calls

Tested by

no test coverage detected