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

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.