Skip to main content
Go to Latest
type alias default.Page.SecureContextType
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { SecureContextType } = default.Page;

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

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