Puppeteer 中文文档v25.8.0

HTTPResponse.fromCache() 方法

如果响应来自浏览器的磁盘缓存或内存缓存,则为 true。

签名

class HTTPResponse {
  abstract fromCache(): boolean;
}

返回值:

boolean