Skip to main content

interface Deno.UnixAddr

The address of a network connection or listener using a Unix domain socket.

Properties #

#transport: "unix" | "unixpacket"

The Unix domain socket transport protocol.

#path: string

The file system path to the socket.

Did you find what you needed?

Privacy policy