puppeteer/new-docs/puppeteer.protocol.fetch.authrequiredevent.frameid.md
2020-07-13 14:01:35 +01:00

14 lines
542 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; [Fetch](./puppeteer.protocol.fetch.md) &gt; [AuthRequiredEvent](./puppeteer.protocol.fetch.authrequiredevent.md) &gt; [frameId](./puppeteer.protocol.fetch.authrequiredevent.frameid.md)
## Protocol.Fetch.AuthRequiredEvent.frameId property
The id of the frame that initiated the request.
<b>Signature:</b>
```typescript
frameId: Page.FrameId;
```