puppeteer/new-docs/puppeteer.protocol.audits.mixedcontentresolutionstatus.md
2020-07-13 14:01:35 +01:00

12 lines
551 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [MixedContentResolutionStatus](./puppeteer.protocol.audits.mixedcontentresolutionstatus.md)
## Protocol.Audits.MixedContentResolutionStatus type
<b>Signature:</b>
```typescript
export type MixedContentResolutionStatus = ('MixedContentBlocked' | 'MixedContentAutomaticallyUpgraded' | 'MixedContentWarning');
```