Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Security.VisibleSecurityState
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { VisibleSecurityState } = Protocol.Security;

Security state information about the page.

Properties

securityState: SecurityState

The security level of the page.

optional
certificateSecurityState: CertificateSecurityState

Security state details about the page certificate.

optional
safetyTipInfo: SafetyTipInfo

The type of Safety Tip triggered on the page. Note that this field will be set even if the Safety Tip UI was not actually shown.

securityStateIssueIds: string[]

Array of security state issues ids.