Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

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

Parameters

options: DialTLSOptions

Returns

Promise<Conn>