Skip to main content
MessagingOptions - node__child_process.d.ts - Node documentation
interface MessagingOptions
extends Abortable

Usage in Deno

```typescript import { type MessagingOptions } from "node:node__child_process.d.ts"; ```

Properties

optional
serialization: SerializationType | undefined
Specify the kind of serialization used for sending messages between processes.
optional
killSignal:
Signals
| number
| undefined
The signal value to be used when the spawned process will be killed by the abort signal.
optional
timeout: number | undefined
In milliseconds the maximum amount of time the process is allowed to run.