@@ -2183,8 +2183,8 @@ contains the URL that failed to parse.
|
2183 | 2183 | |
2184 | 2184 | ### `ERR_INVALID_URL_PATTERN` |
2185 | 2185 | |
2186 | | -An invalid URLPattern was passed to the [WHATWG][WHATWG URL API] \[`URLPattern` |
2187 | | -constructor]\[`new URLPattern(input)`] to be parsed. |
| 2186 | +An invalid URLPattern was passed to the [WHATWG][WHATWG URL API] |
| 2187 | +[`URLPattern` constructor][`new URLPattern(input)`] to be parsed. |
2188 | 2188 | |
2189 | 2189 | <a id="ERR_INVALID_URL_SCHEME"></a> |
2190 | 2190 | |
@@ -4404,6 +4404,7 @@ An error occurred trying to allocate memory. This should never happen.
|
4404 | 4404 | [`net.Socket.write()`]: net.md#socketwritedata-encoding-callback |
4405 | 4405 | [`net`]: net.md |
4406 | 4406 | [`new URL(input)`]: url.md#new-urlinput-base |
| 4407 | +[`new URLPattern(input)`]: url.md#new-urlpatternstring-baseurl-options |
4407 | 4408 | [`new URLSearchParams(iterable)`]: url.md#new-urlsearchparamsiterable |
4408 | 4409 | [`package.json`]: packages.md#nodejs-packagejson-field-definitions |
4409 | 4410 | [`postMessage()`]: worker_threads.md#portpostmessagevalue-transferlist |
|