Skip to content

Commit

Permalink
2021-06-15, Version 14.17.1 'Fermium' (LTS)
Browse files Browse the repository at this point in the history
Notable changes:

src:
  * (SEMVER-MINOR) add maybe versions of EmitExit and EmitBeforeExit (Anna Henningsen) #35486

PR-URL: TODO
  • Loading branch information
targos committed Jun 5, 2021
1 parent 67c7b8a commit 9e45dc5
Show file tree
Hide file tree
Showing 4 changed files with 263 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/api/errors.md
Expand Up @@ -717,12 +717,12 @@ STDERR/STDOUT, and the data's length is longer than the `maxBuffer` option.
<a id="ERR_CLOSED_MESSAGE_PORT"></a>
### `ERR_CLOSED_MESSAGE_PORT`
<!--
added: REPLACEME
added: v14.17.1
changes:
- version: 11.12.0
pr-url: https://github.com/nodejs/node/pull/26487
description: The error message was removed.
- version: REPLACEME
- version: v14.17.1
pr-url: https://github.com/nodejs/node/pull/38510
description: The error message was reintroduced.
-->
Expand Down
2 changes: 1 addition & 1 deletion doc/api/http.md
Expand Up @@ -2253,7 +2253,7 @@ will result in a `TypeError` being thrown.
### `outgoingMessage.connection`
<!-- YAML
added: v0.3.0
deprecated: REPLACEME
deprecated: v14.17.1
-->

> Stability: 0 - Deprecated: Use [`outgoingMessage.socket`][] instead.
Expand Down

0 comments on commit 9e45dc5

Please sign in to comment.