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

Indicates whether the frame is a secure context and why it is the case.

definition: (
| "Secure"
| "SecureLocalhost"
| "InsecureScheme"
| "InsecureAncestor"
)