mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.1 KiB
1.1 KiB
Home > puppeteer > Protocol > CacheStorage > RequestCachedResponseRequest
Protocol.CacheStorage.RequestCachedResponseRequest interface
Signature:
export interface RequestCachedResponseRequest
Properties
| Property | Type | Description |
|---|---|---|
| cacheId | CacheId | Id of cache that contains the entry. |
| requestHeaders | Header[] | headers of the request. |
| requestURL | string | URL spec of the request. |