Skip to main content
ServerOpts.pauseOnConnect - net - Node documentation
property ServerOpts.pauseOnConnect

Usage in Deno

import { type ServerOpts } from "node:net";

Indicates whether the socket should be paused on incoming connections.

Type

boolean | undefined