Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/cli/js/net.ts>dial

A modern runtime for JavaScript and TypeScript.
Go to Latest
function dial
import { dial } from "https://deno.land/x/deno@v0.28.0/cli/js/net.ts";

Dial connects to the address on the named transport.

Returns

Promise<Conn>