mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 16:07:39 +00:00
doc: fix missing links in the errors page
PR-URL: https://github.com/nodejs/node/pull/59427 Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
This commit is contained in:
parent
538186b84f
commit
cfcb355ee0
@ -2183,8 +2183,8 @@ contains the URL that failed to parse.
|
||||
|
||||
### `ERR_INVALID_URL_PATTERN`
|
||||
|
||||
An invalid URLPattern was passed to the [WHATWG][WHATWG URL API] \[`URLPattern`
|
||||
constructor]\[`new URLPattern(input)`] to be parsed.
|
||||
An invalid URLPattern was passed to the [WHATWG][WHATWG URL API]
|
||||
[`URLPattern` constructor][`new URLPattern(input)`] to be parsed.
|
||||
|
||||
<a id="ERR_INVALID_URL_SCHEME"></a>
|
||||
|
||||
@ -4406,6 +4406,7 @@ An error occurred trying to allocate memory. This should never happen.
|
||||
[`net.Socket.write()`]: net.md#socketwritedata-encoding-callback
|
||||
[`net`]: net.md
|
||||
[`new URL(input)`]: url.md#new-urlinput-base
|
||||
[`new URLPattern(input)`]: url.md#new-urlpatternstring-baseurl-options
|
||||
[`new URLSearchParams(iterable)`]: url.md#new-urlsearchparamsiterable
|
||||
[`package.json`]: packages.md#nodejs-packagejson-field-definitions
|
||||
[`postMessage()`]: worker_threads.md#portpostmessagevalue-transferlist
|
||||
|
||||
Loading…
Reference in New Issue
Block a user