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

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.