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

GetWasmBytecodeRequest

data class GetWasmBytecodeRequest
Deprecated: Deprecated in the Chrome DevTools protocol

Request object containing input parameters for the DebuggerDomain.getWasmBytecode command.

Constructors

<init>

Request object containing input parameters for the DebuggerDomain.getWasmBytecode command.

GetWasmBytecodeRequest(scriptId: ScriptId)

Properties

scriptId

Id of the Wasm script to get source for.

val scriptId: ScriptId