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

EnableResponse

data class EnableResponse

Response type for the DebuggerDomain.enable command.

Constructors

<init>

Response type for the DebuggerDomain.enable command.

EnableResponse(debuggerId: UniqueDebuggerId? = null)

Properties

debuggerId

Unique identifier of the debugger.

val debuggerId: UniqueDebuggerId?