puppeteer/website/versioned_docs/version-21.5.2/api/puppeteer.httpresponse.fromcache.md
release-please[bot] a6b508aa36
chore: release main (#11364)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-11-15 10:48:54 +00:00

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