Skip to main content

interface Deno.UnixConnectOptions

Options which can be set when connecting to a Unix domain socket via Deno.connect.

Properties #

#transport: "unix"

The Unix domain socket transport protocol.

#path: string

The file system path to the socket to connect to.

Did you find what you needed?

Privacy policy