mirror of https://github.com/lukechilds/node.git
Browse Source
The [Stream documentation for .push](http://nodejs.org/api/stream.html#stream_readable_push_chunk_encoding) explicitly states multiple times that null is a special cased value that indicates the end of a stream. It is confusing and undocumented that undefined *also* ends the stream, even though in object mode there is a distinct and important difference. The docs for Object-Mode also explicitly mention null as the *only* special cased value, making no mention of undefined. Signed-off-by: Fedor Indutny <fedor@indutny.com>archived-io.js-v0.10
Jonathan Reem
11 years ago
committed by
Fedor Indutny
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue