data class GetWasmBytecodeResponseResponse type for the DebuggerDomain.getWasmBytecode command.
<init> |
Response type for the DebuggerDomain.getWasmBytecode command. GetWasmBytecodeResponse(bytecode: String) |
bytecode |
Script source. (Encoded as a base64 string when passed over JSON) val bytecode: String |