Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 283 Bytes

puppeteer.httpresponse.fromcache.md

File metadata and controls

19 lines (13 loc) · 283 Bytes
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