[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CacheStorage](./puppeteer.protocol.cachestorage.md) > [CachedResponseType](./puppeteer.protocol.cachestorage.cachedresponsetype.md) ## Protocol.CacheStorage.CachedResponseType type type of HTTP response cached Signature: ```typescript export type CachedResponseType = ('basic' | 'cors' | 'default' | 'error' | 'opaqueResponse' | 'opaqueRedirect'); ```