603 B
603 B
Home > puppeteer > Protocol > Security > MixedContentType
Protocol.Security.MixedContentType type
A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories
Signature:
export type MixedContentType = ('blockable' | 'optionally-blockable' | 'none');