puppeteer/new-docs/puppeteer.protocol.network.getsecurityisolationstatusrequest.frameid.md

14 lines
634 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; [Network](./puppeteer.protocol.network.md) &gt; [GetSecurityIsolationStatusRequest](./puppeteer.protocol.network.getsecurityisolationstatusrequest.md) &gt; [frameId](./puppeteer.protocol.network.getsecurityisolationstatusrequest.frameid.md)
## Protocol.Network.GetSecurityIsolationStatusRequest.frameId property
If no frameId is provided, the status of the target is provided.
<b>Signature:</b>
```typescript
frameId?: Page.FrameId;
```