0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/api
Sam Roberts 233e333b18 events: remove indeterminancy from event ordering
The order of the `newListener` and `removeListener` events with respect
to the actual adding and removing from the underlying listeners array
should be deterministic. There is no compelling reason for leaving it
indeterminate. Changing the ordering is likely to result in breaking
code that was unwittingly relying on the current behaviour, and the
indeterminancy makes it impossible to use these events to determine when
the first or last listener is added for an event.

PR-URL: https://github.com/iojs/io.js/pull/687
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-02-02 21:59:56 +01:00
..
_toc.markdown doc: remove tracing link in toc 2015-01-13 16:59:14 +01:00
addons.markdown node: add signature to SET_PROTOTYPE_METHOD 2014-04-02 01:48:34 -07:00
all.markdown doc: alphabetize all.markdown 2015-01-23 20:33:30 -05:00
assert.markdown doc: fix optional parameter parsing 2014-09-29 16:32:34 -07:00
buffer.markdown buffer: implement iterable interface 2015-01-28 16:40:15 +03:00
child_process.markdown doc: cover stdio option in child_process 2015-01-10 22:24:13 +01:00
cluster.markdown doc: fix brackets for optional parameters 2014-09-25 11:26:15 -07:00
console.markdown util: show symbol properties 2015-01-08 11:20:15 +01:00
crypto.markdown docs: add note about default padding in crypto 2015-01-29 18:42:36 -08:00
debugger.markdown debugger: improve clearBreakpoint error and docs 2014-12-19 18:52:38 +01:00
dgram.markdown dgram: close() should accept a callback 2014-12-30 21:40:43 +01:00
dns.markdown doc: dns.lookupService has wrong header level 2015-01-23 13:28:45 +01:00
documentation.markdown doc: modify documentation style about 'Stability: 5' 2013-01-17 13:51:21 +01:00
domain.markdown domain: add soft deprecation notice 2014-12-12 09:52:05 -08:00
events.markdown events: remove indeterminancy from event ordering 2015-02-02 21:59:56 +01:00
fs.markdown Revert "doc: clarify fs.symlink and fs.symlinkSync parameters" 2015-01-27 19:18:23 +01:00
globals.markdown doc: improve module documentation 2013-10-27 11:47:11 +01:00
http.markdown doc: fix net.Server.listen bind behavior 2015-01-27 16:31:15 +11:00
https.markdown doc: fix optional parameter parsing 2014-09-29 16:32:34 -07:00
index.markdown
modules.markdown doc: note ability to require files within packages 2014-11-09 21:46:35 -08:00
net.markdown doc: fix net.Server.listen bind behavior 2015-01-27 16:31:15 +11:00
os.markdown doc: note in docs about missing interfaces 2015-01-23 13:26:12 +01:00
path.markdown path: added parse() and format() functions 2014-11-20 16:21:11 -08:00
process.markdown doc: document the fds behind stdin/out/err 2015-01-10 22:15:51 +01:00
punycode.markdown doc: bump punycode api stability to 'stable' 2015-01-23 13:08:40 +01:00
querystring.markdown doc: fix optional parameter parsing 2014-09-29 16:32:34 -07:00
readline.markdown doc: improve readLine.pause() 2014-10-06 19:24:29 -05:00
repl.markdown repl: REPLServer inherits from readline.Interface 2014-02-17 16:04:36 -08:00
smalloc.markdown doc: fix double smalloc example 2015-01-14 19:00:59 +01:00
stream.markdown doc: update writable streams default encoding 2015-01-27 16:28:13 +11:00
string_decoder.markdown string_decoder: Add 'end' method, do base64 properly 2012-10-11 16:46:18 -07:00
synopsis.markdown doc refactor: synopsis 2012-02-29 16:04:54 -08:00
timers.markdown doc: fixes grammar in timers/tls 2014-12-07 18:02:11 +03:00
tls.markdown doc: fix net.Server.listen bind behavior 2015-01-27 16:31:15 +11:00
tty.markdown doc: fix formatting in tty.markdown 2013-03-26 16:09:51 +01:00
url.markdown Revert "url: support path for url.format" 2015-01-12 12:15:38 +01:00
util.markdown doc: fix util.isBuffer examples 2015-01-18 22:48:37 +01:00
v8.markdown doc: fix v8 doc headings so 'make doc' passes 2014-12-23 15:29:18 +01:00
vm.markdown doc: fix optional parameter parsing 2014-09-29 16:32:34 -07:00
zlib.markdown doc: fix brackets for optional parameters 2014-09-25 11:26:15 -07:00