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

x/deno/cli/js/deno.ts>dialTLS

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

dialTLS establishes a secure connection over TLS (transport layer security).

Parameters

options: DialTLSOptions

Returns

Promise<Conn>