mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.3 KiB
1.3 KiB
Home > puppeteer > Protocol > ApplicationCache > ApplicationCache
Protocol.ApplicationCache.ApplicationCache interface
Detailed application cache information.
Signature:
export interface ApplicationCache
Properties
| Property | Type | Description |
|---|---|---|
| creationTime | number | Application cache creation time. |
| manifestURL | string | Manifest URL. |
| resources | ApplicationCacheResource[] | Application cache resources. |
| size | number | Application cache size. |
| updateTime | number | Application cache update time. |