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 6cc4951

Browse filesBrowse files
sendorutargos
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 1c94725 commit 6cc4951
Copy full SHA for 6cc4951

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
@@ -658,6 +658,9 @@ changes:
658658
- version: v15.14.0
659659
pr-url: https://github.com/nodejs/node/pull/37735
660660
description: AbortSignal support was added.
661+
- version: v12.10.0
662+
pr-url: https://github.com/nodejs/node/pull/25436
663+
description: Added `onread` option.
661664
-->
662665

663666
* `options` {Object} Available options are:
@@ -986,9 +989,6 @@ changes:
986989
pr-url: https://github.com/nodejs/node/pull/41310
987990
description: The `noDelay`, `keepAlive`, and `keepAliveInitialDelay`
988991
options are supported now.
989-
- version: v12.10.0
990-
pr-url: https://github.com/nodejs/node/pull/25436
991-
description: Added `onread` option.
992992
- version: v6.0.0
993993
pr-url: https://github.com/nodejs/node/pull/6021
994994
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.