Skip to main content
Module

x/discord_rpc_deno/deps.ts>net.ListenOptions

port of @xhayper/discord-rpc to deno
Go to Latest
interface net.ListenOptions
implements Abortable
import { type net } from "https://deno.land/x/discord_rpc_deno@1.0.9/deps.ts";
const { ListenOptions } = net;

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