puppeteer/new-docs/puppeteer.protocol.security.securitystatechangedevent.insecurecontentstatus.md

14 lines
654 B
Markdown
Raw Normal View History

<!-- 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; [Security](./puppeteer.protocol.security.md) &gt; [SecurityStateChangedEvent](./puppeteer.protocol.security.securitystatechangedevent.md) &gt; [insecureContentStatus](./puppeteer.protocol.security.securitystatechangedevent.insecurecontentstatus.md)
## Protocol.Security.SecurityStateChangedEvent.insecureContentStatus property
Information about insecure content on the page.
<b>Signature:</b>
```typescript
insecureContentStatus: InsecureContentStatus;
```