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. |