aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-10-29 14:12:17 -0400
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-10-29 20:34:39 +0200
commit863d1922df7cff317942eba6ba0257cde6d69c0d (patch)
treea404220973866d213b2a229e2a6118a61ae72cb6 /doc
parent6e86a6651ccd6d6f02bc4a8ccd87b4225357f292 (diff)
downloadandroid-node-v8-863d1922df7cff317942eba6ba0257cde6d69c0d.tar.gz
android-node-v8-863d1922df7cff317942eba6ba0257cde6d69c0d.tar.bz2
android-node-v8-863d1922df7cff317942eba6ba0257cde6d69c0d.zip
doc: add link for stream.pipe()
PR-URL: https://github.com/nodejs/node/pull/16593 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/errors.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 851fd7f0ac..6d8eed9492 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -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