pl.wendigo.chrome.api.debugger / GetWasmBytecodeRequest

GetWasmBytecodeRequest

data class GetWasmBytecodeRequest (source)

Represents request frame that can be used with Debugger#getWasmBytecode operation call.

Returns bytecode for the WebAssembly script with given id.

Link
Debugger#getWasmBytecode method documentation.

See Also

DebuggerOperations.getWasmBytecode

Constructors

<init>

GetWasmBytecodeRequest(scriptId: ScriptId)

Represents request frame that can be used with Debugger#getWasmBytecode operation call.

Properties

scriptId

val scriptId: ScriptId

Id of the Wasm script to get source for.