summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-05-29 09:22:52 -0400
committercjihrig <cjihrig@gmail.com>2019-05-31 11:13:25 -0400
commitd05668d6884992765e94cec2ba755feb946071c1 (patch)
treec7bf23463e47846f4571ef9a0ec644033b4c3002 /doc/api/deprecations.md
parent80d9b1c712c16753e7ce673564b5653f0633722c (diff)
downloadandroid-node-v8-d05668d6884992765e94cec2ba755feb946071c1.tar.gz
android-node-v8-d05668d6884992765e94cec2ba755feb946071c1.tar.bz2
android-node-v8-d05668d6884992765e94cec2ba755feb946071c1.zip
child_process: runtime deprecate _channel
This commit moves DEP0129 to a runtime deprecation. PR-URL: https://github.com/nodejs/node/pull/27949 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 41070fe145..284df5a288 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2436,12 +2436,15 @@ Node.js versions.
### DEP0129: ChildProcess._channel
<!-- YAML
changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/27949
+ description: Runtime deprecation.
- version: v11.14.0
pr-url: https://github.com/nodejs/node/pull/26982
description: Documentation-only.
-->
-Type: Documentation-only
+Type: Runtime
The `_channel` property of child process objects returned by `spawn()` and
similar functions is not intended for public use. Use `ChildProcess.channel`