diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 9820b8039c0..eaf946a777d 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2416,6 +2416,21 @@ also have an `index.js` file in the top level directory will resolve the `index.js` file. That is deprecated and is going to throw an error in future Node.js versions. + +### DEP0XXX: ChildProcess._channel + + +Type: Documentation-only + +The `_channel` property of child process objects returned by `spawn()` and +similar functions is not intended for public use. Use `ChildProcess.channel` +instead. + [`--pending-deprecation`]: cli.html#cli_pending_deprecation [`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size [`Buffer.from(array)`]: buffer.html#buffer_class_method_buffer_from_array