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

14 lines
745 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; [explanations](./puppeteer.protocol.security.securitystatechangedevent.explanations.md)
## Protocol.Security.SecurityStateChangedEvent.explanations property
List of explanations for the security state. If the overall security state is `insecure` or `warning`<!-- -->, at least one corresponding explanation should be included.
<b>Signature:</b>
```typescript
explanations: SecurityStateExplanation[];
```