DEP0006:child_process options.customFds
版本历史
| 版本 | 变更 |
|---|---|
| v12.0.0 | 生命尽头。 |
| v6.12.0, v4.8.6 | 已指定弃用代码。 |
| v0.11.14 | 运行时弃用。 |
| v0.5.10 | 仅文档弃用。 |
类型:生命结束
\Type: End-of-Life
在 child_process 模块的 spawn()、fork() 和 exec() 方法中,不推荐使用 options.customFds 选项。应该改用 options.stdio 选项。
\Within the child_process module's spawn(), fork(), and exec()
methods, the options.customFds option is deprecated. The options.stdio
option should be used instead.