Skip to content

doc,lib: correct child.send() return value docs

Rodrigo Muino Tomonari requested to merge github/fork/Trott/child-send-docs into master

child.send() returns undefined, contrary to the docs. Update docs and remove related dead code.

This is an alternative to https://github.com/nodejs/node/pull/3516. That PR updates the behavior of the code to reflect the docs. This updates the docs to reflect the behavior of the code.

Merge request reports

Loading