mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
994 B
994 B
Home > puppeteer > Protocol > ApplicationCache > ApplicationCacheResource
Protocol.ApplicationCache.ApplicationCacheResource interface
Detailed application cache resource information.
Signature:
export interface ApplicationCacheResource
Properties
| Property | Type | Description |
|---|---|---|
| size | integer | Resource size. |
| type | string | Resource type. |
| url | string | Resource url. |