chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / EnableRequest

EnableRequest

data class EnableRequest

Request object containing input parameters for the DebuggerDomain.enable command.

Constructors

<init>

Request object containing input parameters for the DebuggerDomain.enable command.

EnableRequest(maxScriptsCacheSize: Double? = null)

Properties

maxScriptsCacheSize

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.

val maxScriptsCacheSize: Double?