We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f3844 commit fa27aacCopy full SHA for fa27aac
lib/dns.js
@@ -318,8 +318,6 @@ Object.defineProperties(module.exports, {
318
if (promises === null) {
319
promises = require('internal/dns/promises');
320
promises.setServers = defaultResolverSetServers;
321
- process.emitWarning('The dns.promises API is experimental',
322
- 'ExperimentalWarning');
323
}
324
return promises;
325
0 commit comments