dns-suite.js/dns.type.srv.js

14 lines
294 B
JavaScript

(function (exports) {
'use strict';
// TODO. Not yet implemented
// SRV identifies the host(s) that will support a particular service. It
// is a general purpose RR to discover any service.
exports.DNS_TYPE_SRV = function (rdata) {
};
}('undefined' !== typeof window ? window : exports));