Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2020-10-14 21:19:01 +0300
committerRich Trott <rtrott@gmail.com>2020-11-03 03:56:33 +0300
commit07bb0c46c06a35f25772be8c400d11f2a173943d (patch)
tree0a36cfe69a94f215cac7f6e8a737aa6d02962342 /doc/api/dns.md
parentdbdd234e4bada1d006c5b62b99406383272f20e8 (diff)
doc: disable no-undefined-references workarounds
The manual links appear to be specific workarounds, so just ignore them PR-URL: https://github.com/nodejs/node/pull/35647 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/dns.md')
-rw-r--r--doc/api/dns.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index ac69a3491ae..c2f7f3e9012 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -599,10 +599,12 @@ be an array of objects with the following properties:
added: v0.1.27
-->
+<!--lint disable no-undefined-references-->
* `hostname` {string}
* `callback` {Function}
* `err` {Error}
* `records` <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type" class="type">&lt;string[][]&gt;</a>
+<!--lint enable no-undefined-references-->
Uses the DNS protocol to resolve text queries (`TXT` records) for the
`hostname`. The `records` argument passed to the `callback` function is a