File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -2400,6 +2400,21 @@ Please use the publicly documented [`timeout.refresh()`][] instead.
2400
2400
If unreferencing the timeout is necessary, [`timeout.unref()`][] can be used
2401
2401
with no performance impact since Node.js 10.
2402
2402
2403
+ <a id="DEP0XXX"></a>
2404
+ ### DEP0XXX: ChildProcess._channel
2405
+ <!-- YAML
2406
+ changes:
2407
+ - version: REPLACEME
2408
+ pr-url: https://github.com/nodejs/node/pull/26982
2409
+ description: Documentation-only.
2410
+ -->
2411
+
2412
+ Type: Documentation-only
2413
+
2414
+ The `_channel` property of child process objects returned by `spawn()` and
2415
+ similar functions is not intended for public use. Use `ChildProcess.channel`
2416
+ instead.
2417
+
2403
2418
[`--pending-deprecation`]: cli.html#cli_pending_deprecation
2404
2419
[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size
2405
2420
[`Buffer.from(array)`]: buffer.html#buffer_class_method_buffer_from_array
You can’t perform that action at this time.
0 commit comments