puppeteer/website/versioned_docs/version-10.1.0/puppeteer.httpresponse.fromcache.md
2021-08-10 11:09:48 +01:00

448 B

Home > puppeteer > HTTPResponse > fromCache

HTTPResponse.fromCache() method

Signature:

fromCache(): boolean;

Returns:

boolean

True if the response was served from either the browser's disk cache or memory cache.