puppeteer/new-docs/puppeteer.protocol.debugger.enablerequest.maxscriptscachesize.md
2020-07-13 14:01:35 +01:00

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;