Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Debugger.EnableRequest
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { EnableRequest } = default.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 paramter is omitted.