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

ExecuteWasmEvaluatorResponse

data class ExecuteWasmEvaluatorResponse

Response type for the DebuggerDomain.executeWasmEvaluator command.

Constructors

<init>

Response type for the DebuggerDomain.executeWasmEvaluator command.

ExecuteWasmEvaluatorResponse(result: RemoteObject, exceptionDetails: ExceptionDetails? = null)

Properties

exceptionDetails

Exception details.

val exceptionDetails: ExceptionDetails?

result

Object wrapper for the evaluation result.

val result: RemoteObject