EnableRequest

@Serializable
data class EnableRequest(val maxScriptsCacheSize: Double? = null)(source)

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

Constructors

Link copied to clipboard
constructor(maxScriptsCacheSize: Double? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

The maximum size in bytes of collected scripts (not referenced by other heap objects) the debugger can hold. Puts no limit if parameter is omitted.