property ChildProcess.prototype.channel
Usage in Deno
import { ChildProcess } from "node:child_process";
The subprocess.channel
property is a reference to the child's IPC channel. If
no IPC channel exists, this property is undefined
.
import { ChildProcess } from "node:child_process";
The subprocess.channel
property is a reference to the child's IPC channel. If
no IPC channel exists, this property is undefined
.