Commit a24db43
docs: event emitter behavior notice
Updated documentation as per the issue below:
nodejs/node-v0.x-archive#25466
Event listeners can alter parts of the passed object, in some
circumstances the changes are passed to the next listeners
due to pass by reference. This is documentation of that behavior.
PR-URL: nodejs/node-v0.x-archive#25467
Reviewed-By: jasnell - James M Snell <jasnell@gmail.com>1 parent 261fa36 commit a24db43
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
121 | 125 | | |
122 | 126 | | |
123 | 127 | | |
| |||
0 commit comments