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 @@ -2416,6 +2416,21 @@ also have an `index.js` file in the top level directory will resolve the
2416
2416
`index.js` file. That is deprecated and is going to throw an error in future
2417
2417
Node.js versions.
2418
2418
2419
+ <a id="DEP0XXX"></a>
2420
+ ### DEP0XXX: ChildProcess._channel
2421
+ <!-- YAML
2422
+ changes:
2423
+ - version: REPLACEME
2424
+ pr-url: https://github.com/nodejs/node/pull/26982
2425
+ description: Documentation-only.
2426
+ -->
2427
+
2428
+ Type: Documentation-only
2429
+
2430
+ The `_channel` property of child process objects returned by `spawn()` and
2431
+ similar functions is not intended for public use. Use `ChildProcess.channel`
2432
+ instead.
2433
+
2419
2434
[`--pending-deprecation`]: cli.html#cli_pending_deprecation
2420
2435
[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size
2421
2436
[`Buffer.from(array)`]: buffer.html#buffer_class_method_buffer_from_array
You can’t perform that action at this time.
0 commit comments