subprocess.channel
版本历史
| 版本 | 变更 |
|---|---|
| v14.0.0 | The object no longer accidentally exposes native C++ bindings. |
| v7.1.0 | 新增于: v7.1.0 |
- 类型:<Object> 表示到子进程的 IPC 通道的管道。
subprocess.channel 属性是指向子进程 IPC 通道的引用。如果不存在 IPC 通道,则该属性为 undefined。
🌐 The subprocess.channel property is a reference to the child's IPC channel. If
no IPC channel exists, this property is undefined.