pl.wendigo.chrome.api.debugger / GetWasmBytecodeResponse

GetWasmBytecodeResponse

data class GetWasmBytecodeResponse (source)

Represents response frame that is returned from Debugger#getWasmBytecode operation call. This command is deprecated. Use getScriptSource instead.

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. This command is deprecated. Use getScriptSource instead.

Properties

bytecode

val bytecode: String

Script source.