diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/stream.markdown | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/stream.markdown b/doc/api/stream.markdown index c419266bc3..d4e5624595 100644 --- a/doc/api/stream.markdown +++ b/doc/api/stream.markdown @@ -90,8 +90,6 @@ method. (See below.) ### new stream.Readable([options]) * `options` {Object} - * `bufferSize` {Number} The size of the chunks to consume from the - underlying resource. Default=16kb * `highWaterMark` {Number} The maximum number of bytes to store in the internal buffer before ceasing to read from the underlying resource. Default=16kb |