Skip to main content
Module

x/puppeteer/mod.ts>SecurityDetails

A port of puppeteer running on Deno
Latest
class SecurityDetails
Re-export
import { SecurityDetails } from "https://deno.land/x/puppeteer@16.2.0/mod.ts";

The SecurityDetails class represents the security details of a response that was received over a secure connection.

Constructors

new
SecurityDetails(securityPayload: Protocol.Network.SecurityDetails)

Methods

issuer(): string
protocol(): string
subjectName(): string
validFrom(): number
validTo(): number