Skip to content

Commit

Permalink
doc: add link for stream.pipe()
Browse files Browse the repository at this point in the history
PR-URL: #16593
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
maclover7 authored and vsemozhetbyt committed Oct 29, 2017
1 parent 6e86a66 commit 863d192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/errors.md
Expand Up @@ -1505,6 +1505,7 @@ Used when creation of a [`zlib`][] object fails due to incorrect configuration.
[`hash.update()`]: crypto.html#crypto_hash_update_data_inputencoding
[`readable._read()`]: stream.html#stream_readable_read_size_1
[`sign.sign()`]: crypto.html#crypto_sign_sign_privatekey_outputformat
[`stream.pipe()`]: stream.html#stream_readable_pipe_destination_options
[`stream.push()`]: stream.html#stream_readable_push_chunk_encoding
[`stream.unshift()`]: stream.html#stream_readable_unshift_chunk
[`stream.write()`]: stream.html#stream_writable_write_chunk_encoding_callback
Expand Down

0 comments on commit 863d192

Please sign in to comment.