8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70c88d commit 506f2f8Copy full SHA for 506f2f8
doc/api/stream.markdown
@@ -761,7 +761,7 @@ of stream class you are writing:
761
<p>[Writable](#stream_class_stream_writable_1)</p>
762
</td>
763
<td>
764
- <p><code>[_write][]</code>, <code>_writev</code></p>
+ <p><code>[_write][]</code>, <code>[_writev][]</code></p>
765
766
</tr>
767
<tr>
@@ -772,7 +772,7 @@ of stream class you are writing:
772
<p>[Duplex](#stream_class_stream_duplex_1)</p>
773
774
775
- <p><code>[_read][]</code>, <code>[_write][]</code>, <code>_writev</code></p>
+ <p><code>[_read][]</code>, <code>[_write][]</code>, <code>[_writev][]</code></p>
776
777
778
@@ -783,7 +783,7 @@ of stream class you are writing:
783
<p>[Transform](#stream_class_stream_transform_1)</p>
784
785
786
- <p><code>_transform</code>, <code>_flush</code></p>
+ <p><code>[_transform][]</code>, <code>[_flush][]</code></p>
787
788
789
</table>
@@ -1728,3 +1728,12 @@ horribly wrong.
1728
[Writable]: #stream_class_stream_writable
1729
[zlib streams]: zlib.html
1730
[zlib]: zlib.html
1731
+[_transform]: #stream_transform_transform_chunk_encoding_callback
1732
+[`_transform()`]: #stream_transform_transform_chunk_encoding_callback
1733
+[`_transform(chunk, encoding, callback)`]: #stream_transform_transform_chunk_encoding_callback
1734
+[_flush]: #stream_transform_flush_callback
1735
+[`_flush()`]: #stream_transform_flush_callback
1736
+[`_flush(callback)`]: #stream_transform_flush_callback
1737
+[_writev]: #stream_writable_writev_chunks_callback
1738
+[`_writev()`]: #stream_writable_writev_chunks_callback
1739
+[`_writev(chunks, callback)`]: #stream_writable_writev_chunks_callback