Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2473ca7

Browse filesBrowse files
hkleungaiaduh95
authored andcommitted
doc: add missing CAA type to dns.resolveAny() & dnsPromises.resolveAny()
The AnyTraits::Parse() method in cares_wrap.cc will "Parse CAA records" as the code comment suggests. The tables in doc should indicate this as well. PR-URL: #58899 Reviewed-By: Tim Perry <pimterry@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 223c5e1 commit 2473ca7
Copy full SHA for 2473ca7

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/dns.md‎

Copy file name to clipboardExpand all lines: doc/api/dns.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ will be present on the object:
540540
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
541541
| `'A'` | `address`/`ttl` |
542542
| `'AAAA'` | `address`/`ttl` |
543+
| `'CAA'` | Refer to [`dns.resolveCaa()`][] |
543544
| `'CNAME'` | `value` |
544545
| `'MX'` | Refer to [`dns.resolveMx()`][] |
545546
| `'NAPTR'` | Refer to [`dns.resolveNaptr()`][] |
@@ -1309,6 +1310,7 @@ present on the object:
13091310
| --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
13101311
| `'A'` | `address`/`ttl` |
13111312
| `'AAAA'` | `address`/`ttl` |
1313+
| `'CAA'` | Refer to [`dnsPromises.resolveCaa()`][] |
13121314
| `'CNAME'` | `value` |
13131315
| `'MX'` | Refer to [`dnsPromises.resolveMx()`][] |
13141316
| `'NAPTR'` | Refer to [`dnsPromises.resolveNaptr()`][] |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.