We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resolveA and resolveAAAA mentioned in the readme seem to be missing:
$ node > require('./') { Advertisement: [Function: Advertisement], Browser: [Function: Browser], ServiceType: [Function: ServiceType], tcp: [Function: tcp], udp: [Function: udp], all: [Function: all], validate: { protocol: [Function: protocol], serviceName: [Function: serviceName], label: [Function: label], port: [Function: port], txt: [Function: txt] }, resolve: [Function: resolveAny], resolveA: undefined, <--------------- resolveAAAA: undefined, <--------------- resolveSRV: [Function: resolveSRV], resolveTXT: [Function: resolveTXT], resolveService: [Function: resolveService] }
I assume they are meant to use
dnssd.js/lib/resolve.js
Lines 81 to 91 in 3fd30a7
resolveSRV
resolveTXT
The text was updated successfully, but these errors were encountered:
No branches or pull requests
resolveA and resolveAAAA mentioned in the readme seem to be missing:
I assume they are meant to use
dnssd.js/lib/resolve.js
Lines 81 to 91 in 3fd30a7
resolveSRV
andresolveTXT
.The text was updated successfully, but these errors were encountered: