pl.wendigo.chrome.api.debugger / GetWasmBytecodeResponse

GetWasmBytecodeResponse

data class GetWasmBytecodeResponse (source)

Represents response frame that is returned from Debugger#getWasmBytecode operation call. Returns bytecode for the WebAssembly script with given id.

Link
Debugger#getWasmBytecode method documentation.

See Also

DebuggerOperations.getWasmBytecode

Constructors

<init>

GetWasmBytecodeResponse(bytecode: String)

Represents response frame that is returned from Debugger#getWasmBytecode operation call. Returns bytecode for the WebAssembly script with given id.

Properties

bytecode

val bytecode: String

Script source.