Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign updoc: add readable and writable property to Readable and Writable #23933
Conversation
nodejs-github-bot
added
doc
stream
labels
Oct 28, 2018
dexterleng
referenced this pull request
Oct 28, 2018
Closed
doc: add readable and writable property to Readable and Writable #23924
jasnell
reviewed
Oct 29, 2018
doc/api/stream.md Outdated
This comment has been minimized.
This comment has been minimized.
|
ping @jasnell |
This comment has been minimized.
This comment has been minimized.
|
@nodejs/streams @nodejs/documentation This could use some reviews. |
mcollina
reviewed
Nov 4, 2018
|
The default value is slightly different, and the meaning as well. The problem is that some of the core and ecosystem streams sets |
This comment has been minimized.
This comment has been minimized.
@mcollina Could you elaborate? In the constructor of Readable and Writable the properties are both true. |
This comment has been minimized.
This comment has been minimized.
Trott
reviewed
Nov 20, 2018
doc/api/stream.md Outdated
Trott
reviewed
Nov 20, 2018
doc/api/stream.md Outdated
This comment has been minimized.
This comment has been minimized.
Trott
added a commit
to Trott/io.js
that referenced
this pull request
Nov 21, 2018
This comment has been minimized.
This comment has been minimized.
|
Landed in 16a2b5c. Thanks for the contribution! |
Trott
closed this
Nov 21, 2018
targos
added a commit
that referenced
this pull request
Nov 21, 2018
rvagg
added a commit
that referenced
this pull request
Nov 28, 2018
This was referenced Dec 7, 2018
codebytere
added a commit
that referenced
this pull request
Jan 13, 2019
refack
added a commit
to refack/node
that referenced
this pull request
Jan 14, 2019
MylesBorins
added a commit
that referenced
this pull request
Jan 29, 2019
codebytere
added a commit
that referenced
this pull request
Jan 29, 2019
This comment has been minimized.
This comment has been minimized.
|
FWIW this landed with |
dexterleng commentedOct 28, 2018
•
edited
Issue #21431
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes