mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
672 B
Markdown
14 lines
672 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) > [VisibleSecurityStateChangedEvent](./puppeteer.protocol.security.visiblesecuritystatechangedevent.md) > [visibleSecurityState](./puppeteer.protocol.security.visiblesecuritystatechangedevent.visiblesecuritystate.md)
|
|
|
|
## Protocol.Security.VisibleSecurityStateChangedEvent.visibleSecurityState property
|
|
|
|
Security state information about the page.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
visibleSecurityState: VisibleSecurityState;
|
|
```
|