Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix history comments #49701

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 16 additions & 18 deletions doc/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -773,19 +773,17 @@ STDERR/STDOUT, and the data's length is longer than the `maxBuffer` option.

### `ERR_CLOSED_MESSAGE_PORT`

<!--
added:
- v16.2.0
- v14.17.1
<!-- YAML
added: v10.5.0
changes:
- version: 11.12.0
pr-url: https://github.com/nodejs/node/pull/26487
description: The error message was removed.
- version:
- v16.2.0
- v14.17.1
pr-url: https://github.com/nodejs/node/pull/38510
description: The error message was reintroduced.
- version: v11.12.0
pr-url: https://github.com/nodejs/node/pull/26487
description: The error message was removed.
-->

There was an attempt to use a `MessagePort` instance in a closed
Expand All @@ -802,7 +800,7 @@ non-writable `stdout` or `stderr` stream.

### `ERR_CONSTRUCT_CALL_INVALID`

<!--
<!-- YAML
added: v12.5.0
-->

Expand Down Expand Up @@ -1275,7 +1273,7 @@ to the current platform which is running Node.js is used.

### `ERR_FS_CP_DIR_TO_NON_DIR`

<!--
<!-- YAML
added: v16.7.0
-->

Expand All @@ -1286,7 +1284,7 @@ etc.) using [`fs.cp()`][].

### `ERR_FS_CP_EEXIST`

<!--
<!-- YAML
added: v16.7.0
-->

Expand All @@ -1297,7 +1295,7 @@ An attempt was made to copy over a file that already existed with

### `ERR_FS_CP_EINVAL`

<!--
<!-- YAML
added: v16.7.0
-->

Expand All @@ -1318,7 +1316,7 @@ Response body size doesn't match with the specified content-length header value.

### `ERR_FS_CP_FIFO_PIPE`

<!--
<!-- YAML
added: v16.7.0
-->

Expand All @@ -1328,7 +1326,7 @@ An attempt was made to copy a named pipe with [`fs.cp()`][].

### `ERR_FS_CP_NON_DIR_TO_DIR`

<!--
<!-- YAML
added: v16.7.0
-->

Expand All @@ -1339,7 +1337,7 @@ using [`fs.cp()`][].

### `ERR_FS_CP_SOCKET`

<!--
<!-- YAML
added: v16.7.0
-->

Expand All @@ -1349,7 +1347,7 @@ An attempt was made to copy to a socket with [`fs.cp()`][].

### `ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY`

<!--
<!-- YAML
added: v16.7.0
-->

Expand All @@ -1360,7 +1358,7 @@ of `src`.

### `ERR_FS_CP_UNKNOWN`

<!--
<!-- YAML
added: v16.7.0
-->

Expand Down Expand Up @@ -1716,7 +1714,7 @@ made to mark a stream and dependent of itself.

### `ERR_HTTP2_TOO_MANY_INVALID_FRAMES`

<!--
<!-- YAML
added: v15.14.0
-->

Expand Down Expand Up @@ -3177,7 +3175,7 @@ attempting a [`require()`][] operation or when loading the program entry point.

### `ERR_CANNOT_TRANSFER_OBJECT`

<!--
<!-- YAML
added: v10.5.0
removed: v12.5.0
-->
Expand Down
2 changes: 1 addition & 1 deletion doc/api/url.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ return `true`.

#### `new URL(input[, base])`

<!--
<!-- YAML
changes:
LiviaMedeiros marked this conversation as resolved.
Show resolved Hide resolved
- version:
- v20.0.0
Expand Down