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

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

definition: "blockable" | "optionally-blockable" | "none"