mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
4696f7abda
Co-authored-by: Changhao Han <changhaohan@chromium.org>
465 B
465 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.