| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -97,6 +97,9 @@ The following methods from the `dns` module are available: | |||
| 97 | 97 | <!-- YAML | |
| 98 | 98 | added: v8.3.0 | |
| 99 | 99 | changes: | |
| 100 | + - version: REPLACEME | ||
| 101 | + pr-url: https://github.com/nodejs/node/pull/39610 | ||
| 102 | + description: The `options` object now accepts a `tries` option. | ||
| 100 | 103 | - version: v12.18.3 | |
| 101 | 104 | pr-url: https://github.com/nodejs/node/pull/33472 | |
| 102 | 105 | description: The constructor now accepts an `options` object. | |
@@ -109,7 +112,7 @@ Create a new resolver. | |||
| 109 | 112 | * `timeout` {integer} Query timeout in milliseconds, or `-1` to use the | |
| 110 | 113 | default timeout. | |
| 111 | 114 | * `tries` {integer} The number of tries the resolver will try contacting | |
| 112 | - each name server before giving up, `4` by default. | ||
| 115 | + each name server before giving up. **Default:** `4` | ||
| 113 | 116 | ||
| 114 | 117 | ### `resolver.cancel()` | |
| 115 | 118 | <!-- YAML | |
| Back | FazBrowse Home | New Git URL |
0 commit comments