node/doc/api
Ruben Bridgewater 1b54371c50 stream: use more explicit statements
Using objectMode with stream_wrap has not worked properly
before and would end in an error.
Therefore prohibit the usage of objectMode alltogether.

This also improves the handling performance due to the
cheaper chunk check and by using explicit statements as they
produce better code from the compiler.

PR-URL: https://github.com/nodejs/node/pull/13863
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2017-06-29 18:03:54 +02:00
..
_toc.md doc: add async_hooks, n-api to _toc.md and all.md 2017-06-02 01:13:46 +03:00
addons.md doc: make the style of notes consistent 2017-05-25 18:49:41 -04:00
all.md doc: add async_hooks, n-api to _toc.md and all.md 2017-06-02 01:13:46 +03:00
assert.md doc: unify spaces in object literals 2017-06-03 01:56:19 +03:00
async_hooks.md doc: fix link in async_hooks.md 2017-06-26 22:41:01 +03:00
buffer.md buffer: support boxed strings and toPrimitive 2017-06-19 15:27:01 -07:00
child_process.md doc: make socket IPC examples more robust 2017-06-22 16:55:41 -04:00
cli.md doc: fixed formatting issue in cli docs 2017-06-28 13:22:07 +02:00
cluster.md cluster: remove deprecated property 2017-06-20 11:48:47 -07:00
console.md doc: use destructuring in code examples 2017-06-03 01:33:55 +03:00
crypto.md doc: fix minor issues reported in #9538 2017-06-14 00:18:59 +02:00
debugger.md doc: remove unused/duplicated reference links 2017-05-21 00:10:47 +02:00
deprecations.md doc: EOL deprecated API and update notes 2017-06-20 11:48:36 -07:00
dgram.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
dns.md dns: make `dns.setServers` support customized port 2017-06-20 18:42:25 -04:00
documentation.md doc: replace uses of `you` and other style nits 2017-04-28 07:57:11 -07:00
domain.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
errors.md stream: use more explicit statements 2017-06-29 18:03:54 +02:00
events.md doc: make the style of notes consistent 2017-05-25 18:49:41 -04:00
fs.md doc: note that fs.futimes only works on AIX >7.1 2017-06-28 20:14:46 -07:00
globals.md doc: sort bottom-of-file markdown links 2017-05-08 09:30:55 -07:00
http.md doc: document res.connection and res.socket 2017-06-19 19:40:51 +02:00
https.md https: make opts optional & immutable when create 2017-06-14 15:14:34 -04:00
index.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
inspector.md inspector: allow --inspect=host:port from js 2017-06-06 14:41:17 -07:00
modules.md doc: make the style of notes consistent 2017-05-25 18:49:41 -04:00
n-api.md n-api: fix section title typo 2017-06-28 20:19:08 -07:00
net.md net: return this from getConnections() 2017-06-14 13:29:29 -07:00
os.md doc: make the style of notes consistent 2017-05-25 18:49:41 -04:00
path.md doc: fix mistake in path.relative 2017-06-28 14:25:37 +02:00
process.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
punycode.md doc: sort bottom-of-file markdown links 2017-05-08 09:30:55 -07:00
querystring.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
readline.md doc: add readline.emitKeypressEvents note 2017-06-10 19:16:57 +02:00
repl.md doc: unify spaces in object literals 2017-06-03 01:56:19 +03:00
stream.md doc: add missing zlib link to stream API docs 2017-06-21 20:49:27 -07:00
string_decoder.md doc: use destructuring in code examples 2017-06-03 01:33:55 +03:00
synopsis.md cmd: support dash as stdin alias 2017-05-23 20:41:13 +02:00
timers.md timers: add promisify support 2017-05-09 15:01:44 +02:00
tls.md doc: fix minor issues reported in #9538 2017-06-14 00:18:59 +02:00
tracing.md src: Node Tracing Controller 2016-12-20 12:31:09 -08:00
tty.md doc: add some info on `tty#setRawMode()` 2016-12-08 13:39:45 -05:00
url.md doc: add require modules in url.md 2017-06-03 13:21:52 +02:00
util.md util: add callbackify 2017-06-10 22:49:28 -04:00
v8.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
vm.md doc: fix minor issues reported in #9538 2017-06-14 00:18:59 +02:00
zlib.md doc: fix minor issues reported in #9538 2017-06-14 00:18:59 +02:00