puppeteer/new-docs/puppeteer.protocol.cachestorage.cachedresponsetype.md

14 lines
560 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CacheStorage](./puppeteer.protocol.cachestorage.md) &gt; [CachedResponseType](./puppeteer.protocol.cachestorage.cachedresponsetype.md)
## Protocol.CacheStorage.CachedResponseType type
type of HTTP response cached
<b>Signature:</b>
```typescript
export type CachedResponseType = ('basic' | 'cors' | 'default' | 'error' | 'opaqueResponse' | 'opaqueRedirect');
```