Skip to main content
Module

x/edgedb/mod.ts>adapter.tls.TLSSocket

EdgeDB driver for Deno
Go to Latest
class adapter.tls.TLSSocket
import { adapter } from "https://deno.land/x/edgedb@v1.0.2/mod.ts";
const { TLSSocket } = adapter.tls;

Constructors

new
TLSSocket(pconn: Promise<Deno.TlsConn>)

Properties

private
_alpnProtocol: string | null
readonly
alpnProtocol: string | false