mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
283 B
283 B
sidebar_label |
---|
HTTPResponse.fromCache |
HTTPResponse.fromCache() method
True if the response was served from either the browser's disk cache or memory cache.
Signature:
class HTTPResponse {
abstract fromCache(): boolean;
}
Returns:
boolean