Deno.UnixListenOptions

UNSTABLE: New API, yet to be vetted.

Unstable options which can be set when opening a Unix listener via Deno.listen or Deno.listenDatagram.

interface UnixListenOptions {
path: string;
}

§Properties

§
path: string
[src]

A path to the Unix Socket.