Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

child_process: add public API for IPC channel #9322

Merged
merged 1 commit into from
Nov 2, 2016

Commits on Nov 2, 2016

  1. child_process: add public API for IPC channel

    This commit adds a public channel property to ChildProcess. The
    existing _channel property is aliased to the new property, with
    the intention of deprecating and removing it in the future.
    
    Fixes: nodejs#9313
    PR-URL: nodejs#9322
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
    cjihrig committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    2dcb7f3 View commit details
    Browse the repository at this point in the history