14 lines
735 B
Markdown
14 lines
735 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [ApplicationCache](./puppeteer.protocol.applicationcache.md) > [GetFramesWithManifestsResponse](./puppeteer.protocol.applicationcache.getframeswithmanifestsresponse.md) > [frameIds](./puppeteer.protocol.applicationcache.getframeswithmanifestsresponse.frameids.md)
|
||
|
|
||
|
## Protocol.ApplicationCache.GetFramesWithManifestsResponse.frameIds property
|
||
|
|
||
|
Array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
frameIds: FrameWithManifest[];
|
||
|
```
|