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

14 lines
610 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; [crossOriginIsolatedContextType](./puppeteer.protocol.page.frame.crossoriginisolatedcontexttype.md)
## Protocol.Page.Frame.crossOriginIsolatedContextType property
Indicates whether this is a cross origin isolated context.
<b>Signature:</b>
```typescript
crossOriginIsolatedContextType: CrossOriginIsolatedContextType;
```