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

GetWasmBytecodeResponse

data class GetWasmBytecodeResponse
Deprecated: Deprecated in the Chrome DevTools protocol

Response type for the DebuggerDomain.getWasmBytecode command.

Constructors

<init>

Response type for the DebuggerDomain.getWasmBytecode command.

GetWasmBytecodeResponse(bytecode: String)

Properties

bytecode

Script source.

val bytecode: String