Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method Pipe.prototype.connect
import { Pipe } from "https://deno.land/std@0.150.0/node/internal_binding/pipe_wrap.ts";

Connect to a Unix domain or Windows named pipe.

Parameters

A PipeConnectWrap instance.

address: string

Unix domain or Windows named pipe the server should connect to.