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