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

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');