Skip to main content
Module

std/node/net.ts>ListenOptions

Deno standard library
Go to Latest
interface ListenOptions
implements Abortable
import { type ListenOptions } from "https://deno.land/std@0.145.0/node/net.ts";

Properties

optional
fd: number
optional
port: number | undefined
optional
host: string | undefined
optional
backlog: number | undefined
optional
path: string | undefined
optional
exclusive: boolean | undefined
optional
readableAll: boolean | undefined
optional
writableAll: boolean | undefined
optional
ipv6Only: boolean | undefined

Default: false