Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.75 KB

puppeteer.protocol.cachestorage.md

File metadata and controls

36 lines (27 loc) · 1.75 KB

Home > puppeteer > Protocol > CacheStorage

Protocol.CacheStorage namespace

Signature:

export namespace CacheStorage 

Interfaces

Interface Description
Cache Cache identifier.
CachedResponse Cached response
DataEntry Data entry.
DeleteCacheRequest
DeleteEntryRequest
Header
RequestCachedResponseRequest
RequestCachedResponseResponse
RequestCacheNamesRequest
RequestCacheNamesResponse
RequestEntriesRequest
RequestEntriesResponse

Type Aliases

Type Alias Description
CachedResponseType type of HTTP response cached
CacheId Unique identifier of the Cache object.