File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -2299,6 +2299,21 @@ Please use the publicly documented [`timeout.refresh()`][] instead.
22992299If unreferencing the timeout is necessary, [`timeout.unref()`][] can be used
23002300with no performance impact since Node.js 10.
23012301
2302+ <a id="DEP0XXX"></a>
2303+ ### DEP0XXX: ChildProcess._channel
2304+ <!-- YAML
2305+ changes:
2306+ - version: REPLACEME
2307+ pr-url: https://github.com/nodejs/node/pull/26982
2308+ description: Documentation-only.
2309+ -->
2310+
2311+ Type: Documentation-only
2312+
2313+ The `_channel` property of child process objects returned by `spawn()` and
2314+ similar functions is not intended for public use. Use `ChildProcess.channel`
2315+ instead.
2316+
23022317[`--pending-deprecation`]: cli.html#cli_pending_deprecation
23032318[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size
23042319[`Buffer.from(array)`]: buffer.html#buffer_class_method_buffer_from_array
You can’t perform that action at this time.
0 commit comments