Skip to content

Commit 29a9e84

Browse files
addaleaxtargos
authored andcommitted
doc: remove outdated notes on stdio in workers
Workers support `stdio` streams since the initial PR landed. These lines are editing leftovers from before that and should be removed. PR-URL: #23054 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 4b976df commit 29a9e84

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/api/process.md

-6
Original file line numberDiff line numberDiff line change
@@ -1797,8 +1797,6 @@ a [Writable][] stream.
17971797
`process.stderr` differs from other Node.js streams in important ways, see
17981798
[note on process I/O][] for more information.
17991799

1800-
This feature is not available in [`Worker`][] threads.
1801-
18021800
## process.stdin
18031801

18041802
* {Stream}
@@ -1831,8 +1829,6 @@ In "old" streams mode the `stdin` stream is paused by default, so one
18311829
must call `process.stdin.resume()` to read from it. Note also that calling
18321830
`process.stdin.resume()` itself would switch stream to "old" mode.
18331831

1834-
This feature is not available in [`Worker`][] threads.
1835-
18361832
## process.stdout
18371833

18381834
* {Stream}
@@ -1851,8 +1847,6 @@ process.stdin.pipe(process.stdout);
18511847
`process.stdout` differs from other Node.js streams in important ways, see
18521848
[note on process I/O][] for more information.
18531849

1854-
This feature is not available in [`Worker`][] threads.
1855-
18561850
### A note on process I/O
18571851

18581852
`process.stdout` and `process.stderr` differ from other Node.js streams in

0 commit comments

Comments
 (0)