Skip to content

Commit

Permalink
doc: move the YAML changes element
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sendoru authored and targos committed Oct 4, 2024
1 parent 1c94725 commit 6cc4951
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/net.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,9 @@ changes:
- version: v15.14.0
pr-url: https://github.com/nodejs/node/pull/37735
description: AbortSignal support was added.
- version: v12.10.0
pr-url: https://github.com/nodejs/node/pull/25436
description: Added `onread` option.
-->

* `options` {Object} Available options are:
Expand Down Expand Up @@ -986,9 +989,6 @@ changes:
pr-url: https://github.com/nodejs/node/pull/41310
description: The `noDelay`, `keepAlive`, and `keepAliveInitialDelay`
options are supported now.
- version: v12.10.0
pr-url: https://github.com/nodejs/node/pull/25436
description: Added `onread` option.
- version: v6.0.0
pr-url: https://github.com/nodejs/node/pull/6021
description: The `hints` option defaults to `0` in all cases now.
Expand Down

0 comments on commit 6cc4951

Please sign in to comment.