puppeteer/new-docs/puppeteer.protocol.page.frame.securecontexttype.md

14 lines
577 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; [Page](./puppeteer.protocol.page.md) &gt; [Frame](./puppeteer.protocol.page.frame.md) &gt; [secureContextType](./puppeteer.protocol.page.frame.securecontexttype.md)
## Protocol.Page.Frame.secureContextType property
Indicates whether the main document is a secure context and explains why that is the case.
<b>Signature:</b>
```typescript
secureContextType: SecureContextType;
```