puppeteer/new-docs/puppeteer.protocol.security.securitystatechangedevent.explanations.md
2020-07-13 14:01:35 +01:00

14 lines
745 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; [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[];
```