mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
754 B
754 B
Home > puppeteer > Protocol > Debugger > EnableRequest
Protocol.Debugger.EnableRequest interface
Signature:
export interface EnableRequest
Properties
Property | Type | Description |
---|---|---|
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. |