Skip to main content
Module

x/astral/bindings/celestial.ts>Security_InsecureContentStatus

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Security_InsecureContentStatus
Deprecated
Deprecated

Information about insecure content on the page.

import { type Security_InsecureContentStatus } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";
deprecated
definition: { ranMixedContent: boolean; displayedMixedContent: boolean; containedMixedForm: boolean; ranContentWithCertErrors: boolean; displayedContentWithCertErrors: boolean; ranInsecureContentStyle: Security_SecurityState; displayedInsecureContentStyle: Security_SecurityState; }