Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 81ad69d

Browse filesBrowse files
sendorumarco-ippolito
authored andcommitted
doc: move the YAML changes element
moved YAML changes element regarding to `onread` option from `socket.connect(options[, connectListener])` to `new net.Socket([options])` PR-URL: #55112 Refs: #25436 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 3ba2e7b commit 81ad69d
Copy full SHA for 81ad69d

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/net.md‎

Copy file name to clipboardExpand all lines: doc/api/net.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,9 @@ changes:
651651
- version: v15.14.0
652652
pr-url: https://github.com/nodejs/node/pull/37735
653653
description: AbortSignal support was added.
654+
- version: v12.10.0
655+
pr-url: https://github.com/nodejs/node/pull/25436
656+
description: Added `onread` option.
654657
-->
655658

656659
* `options` {Object} Available options are:
@@ -969,9 +972,6 @@ changes:
969972
pr-url: https://github.com/nodejs/node/pull/41310
970973
description: The `noDelay`, `keepAlive`, and `keepAliveInitialDelay`
971974
options are supported now.
972-
- version: v12.10.0
973-
pr-url: https://github.com/nodejs/node/pull/25436
974-
description: Added `onread` option.
975975
- version: v6.0.0
976976
pr-url: https://github.com/nodejs/node/pull/6021
977977
description: The `hints` option defaults to `0` in all cases now.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.