Extremely Popular
Go to Latest
type alias puppeteer.Network.CertificateTransparencyCompliance
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { CertificateTransparencyCompliance } = puppeteer.Network;

Whether the request complied with Certificate Transparency policy.

definition: ("unknown" | "not-compliant" | "compliant")