Skip to main content
interface Protocol.Security.VisibleSecurityStateChangedEvent
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { VisibleSecurityStateChangedEvent } = Protocol.Security;

The security state of the page changed.

Properties

visibleSecurityState: VisibleSecurityState

Security state information about the page.