Skip to main content
ChildProcess.prototype.channel - child_process - Node documentation
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.

Type

Pipe
| null
| undefined