Module

x/fresh/tests/deps.ts>puppeteer.Security

The next-gen web framework.
Extremely Popular
Go to Latest
namespace puppeteer.Security
import { puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { Security } = puppeteer;

Security

Interfaces

There is a certificate error. If overriding certificate errors is enabled, then it should be handled with the handleCertificateError command. Note: this event does not fire if the certificate error has been allowed internally. Only one client per target should override certificate errors at the same time.

Details about the security state of the page certificate.

Information about insecure content on the page.

The security state of the page changed. No longer being sent.

An explanation of an factor contributing to the security state.

Security state information about the page.

The security state of the page changed.

Type Aliases

The action to take when a certificate error occurs. continue will continue processing the request and cancel will cancel the request.

An internal certificate ID value.

A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories

The security level of a page or resource.