Skip to main content
SocketConstructorOpts - node__net.d.ts - Node documentation
interface SocketConstructorOpts

Usage in Deno

```typescript import { type SocketConstructorOpts } from "node:node__net.d.ts"; ```

Properties

optional
fd: number | undefined
optional
allowHalfOpen: boolean | undefined
optional
onread: OnReadOpts | undefined
optional
readable: boolean | undefined
optional
writable: boolean | undefined
optional
signal: AbortSignal