683 B
683 B
Home > puppeteer > Protocol > Debugger > EnableRequest > maxScriptsCacheSize
Protocol.Debugger.EnableRequest.maxScriptsCacheSize property
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.
Signature:
maxScriptsCacheSize?: number;