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

x/puppeteer/mod.ts>HTTPResponse#securityDetails

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

Returns

SecurityDetails | null

if the response was received over the secure connection, or null otherwise.