0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/doc
Raynos 444bbd4fa7 streams: Support objects other than Buffers
We detect for non-string and non-buffer values in onread and
turn the stream into an "objectMode" stream.

If we are in "objectMode" mode then howMuchToRead will
always return 1, state.length will always have 1 appended
to it when there is a new item and fromList always takes
the first value from the list.

This means that for object streams, the n in read(n) is
ignored and read() will always return a single value

Fixed a bug with unpipe where the pipe would break because
the flowing state was not reset to false.

Fixed a bug with sync cb(null, null) in _read which would
forget to end the readable stream
2013-01-24 07:49:27 -08:00
..
about doc: move ul styling to pipe.css 2012-08-23 17:54:23 +02:00
api streams: Support objects other than Buffers 2013-01-24 07:49:27 -08:00
api_assets Colorize API stabilitity index headers in docs 2012-12-27 18:38:56 -08:00
blog Merge remote-tracking branch 'ry/v0.8' into master 2013-01-18 12:58:16 -08:00
community doc: add Google+ French community 2012-12-17 17:21:35 +01:00
download Fix dropped html tag 2012-11-30 18:14:26 -08:00
images website: Sharpen and clean up download page more 2012-08-15 15:52:57 -07:00
logos doc: move ul styling to pipe.css 2012-08-23 17:54:23 +02:00
blog.html website: download page 2012-08-15 09:09:23 -07:00
changelog-foot.html website: download page 2012-08-15 09:09:23 -07:00
changelog-head.html website: download page 2012-08-15 09:09:23 -07:00
cla.html doc: Make the CLA more simple/sane 2012-09-27 13:25:55 -07:00
favicon.ico
full-white-stripe.jpg
index.html doc: Fork me image should be full url 2012-09-11 08:45:25 -07:00
mac_osx_nodejs_installer_logo.png
node.1 Add --no-deprecation and --trace-deprecation flags 2012-06-21 12:05:33 -07:00
pipe.css doc: more uniform and sleek buttons 2012-08-24 15:47:53 +02:00
robots.txt
rss.xml blog: Generate RSS feeds 2012-06-22 08:49:20 -07:00
sh_javascript.min.js
sh_main.js
sh_vim-dark.css doc: use somewhat consistent styling for css assets 2012-08-23 17:54:12 +02:00
sh.css doc: use somewhat consistent styling for css assets 2012-08-23 17:54:12 +02:00
template.html website: download page 2012-08-15 09:09:23 -07:00
thin-white-stripe.jpg
trademark-policy.pdf
v0.4_announcement.html