Latest
method Page.prototype.setCacheEnabled
import { Page } from "https://dotland.deno.dev/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/types.d.ts";

Toggles ignoring cache for each request based on the enabled state. By default, caching is enabled.

Parameters

optional
enabled: boolean
  • sets the enabled state of cache

Returns

Promise<void>