GetWasmBytecodeRequest

@Serializable
data class GetWasmBytecodeRequest(val scriptId: ScriptId)

Deprecated

Deprecated in the Chrome DevTools protocol

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

Constructors

Link copied to clipboard
constructor(scriptId: ScriptId)

Properties

Link copied to clipboard

Id of the Wasm script to get source for.