Commit a24db431 authored by Samuel Mills (Henchman)'s avatar Samuel Mills (Henchman) Committed by James M Snell
Browse files

docs: event emitter behavior notice

Updated documentation as per the issue below:
https://github.com/joyent/node/issues/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: https://github.com/joyent/node/pull/25467


Reviewed-By: default avatarjasnell - James M Snell <jasnell@gmail.com>
parent 261fa362
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment