Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Debugger.EnableRequest

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Debugger.EnableRequest
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { EnableRequest } = Protocol.Debugger;

Properties

optional
maxScriptsCacheSize: number

The maximum size in bytes of collected scripts (not referenced by other heap objects) the debugger can hold. Puts no limit if parameter is omitted.