mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
560 B
560 B
Home > puppeteer > Protocol > CacheStorage > CachedResponseType
Protocol.CacheStorage.CachedResponseType type
type of HTTP response cached
Signature:
export type CachedResponseType = ('basic' | 'cors' | 'default' | 'error' | 'opaqueResponse' | 'opaqueRedirect');