14 lines
633 B
Markdown
14 lines
633 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Security](./puppeteer.protocol.security.md) > [SecurityStateExplanation](./puppeteer.protocol.security.securitystateexplanation.md) > [mixedContentType](./puppeteer.protocol.security.securitystateexplanation.mixedcontenttype.md)
|
||
|
|
||
|
## Protocol.Security.SecurityStateExplanation.mixedContentType property
|
||
|
|
||
|
The type of mixed content described by the explanation.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
mixedContentType: MixedContentType;
|
||
|
```
|