puppeteer/website/versioned_docs/version-21.3.6/api/puppeteer.puppeteernode.trimcache.md
release-please[bot] eedbb13ada
chore: release main (#11051)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-09-28 15:03:09 +02:00

649 B

sidebar_label
PuppeteerNode.trimCache

PuppeteerNode.trimCache() method

Removes all non-current Firefox and Chrome binaries in the cache directory identified by the provided Puppeteer configuration. The current browser version is determined by resolving PUPPETEER_REVISIONS from Puppeteer unless configuration.browserRevision is provided.

Signature:

class PuppeteerNode {
  trimCache(): Promise<void>;
}

Returns:

Promise<void>

Remarks

Note that the method does not check if any other Puppeteer versions installed on the host that use the same cache directory require the non-current binaries.