GetWasmBytecodeResponse

@Serializable
data class GetWasmBytecodeResponse(val bytecode: String)

Deprecated

Deprecated in the Chrome DevTools protocol

Response type for the DebuggerDomain.getWasmBytecode command.

Constructors

Link copied to clipboard
constructor(bytecode: String)

Properties

Link copied to clipboard

Script source. (Encoded as a base64 string when passed over JSON)