mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
As per the discussion in #734, this patch deprecates the usage of `EventEmitter.listenerCount` static function in the docs, and introduces the `listenerCount` function in the prototype of `EventEmitter` itself. PR-URL: https://github.com/nodejs/node/pull/2349 Reviewed-By: Trevor Norris <trev.norris@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> |
||
|---|---|---|
| .. | ||
| ee-add-remove.js | ||
| ee-emit-multi-args.js | ||
| ee-emit.js | ||
| ee-listener-count-on-prototype.js | ||
| ee-listeners-many.js | ||
| ee-listeners.js | ||