Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Security.SecurityStateExplanation

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Security.SecurityStateExplanation
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { SecurityStateExplanation } = Protocol.Security;

An explanation of an factor contributing to the security state.

Properties

securityState: SecurityState

Security state representing the severity of the factor being explained.

title: string

Title describing the type of factor.

summary: string

Short phrase describing the type of factor.

description: string

Full text explanation of the factor.

mixedContentType: MixedContentType

The type of mixed content described by the explanation.

certificate: string[]

Page certificate.

optional
recommendations: string[]

Recommendations to fix any issues.