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

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.