import { default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { Security } = default;
Security
Interfaces
There is a certificate error. If overriding certificate errors is enabled, then it should be
handled with the | |
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. |