Skip to content

procxy / HandleMessage

Interface: HandleMessage

Defined in: src/shared/protocol.ts:185

Handle transmission message sent from parent to child. Notifies child that a handle (socket, server, file descriptor) is being sent. The actual handle is passed separately via Node.js child.send(message, handle).

Properties

PropertyTypeDefined in
handleIdstringsrc/shared/protocol.ts:187
handleType"socket" | "server" | "dgram" | "fd"src/shared/protocol.ts:188
type"HANDLE"src/shared/protocol.ts:186

Released under the MIT License.