puppeteer/new-docs/puppeteer.protocol.applicationcache.getapplicationcacheforframerequest.frameid.md

14 lines
699 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; [ApplicationCache](./puppeteer.protocol.applicationcache.md) &gt; [GetApplicationCacheForFrameRequest](./puppeteer.protocol.applicationcache.getapplicationcacheforframerequest.md) &gt; [frameId](./puppeteer.protocol.applicationcache.getapplicationcacheforframerequest.frameid.md)
## Protocol.ApplicationCache.GetApplicationCacheForFrameRequest.frameId property
Identifier of the frame containing document whose application cache is retrieved.
<b>Signature:</b>
```typescript
frameId: Page.FrameId;
```