-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class GetWasmBytecodeResponse
Response type for the DebuggerDomain.getWasmBytecode command.
-
-
Constructor Summary
Constructors Constructor Description GetWasmBytecodeResponse(String bytecode)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final GetWasmBytecodeResponsecopy(String bytecode)final StringgetBytecode()Script source. -
-
Constructor Detail
-
GetWasmBytecodeResponse
GetWasmBytecodeResponse(String bytecode)
-
-
Method Detail
-
component1
final String component1()
-
copy
final GetWasmBytecodeResponse copy(String bytecode)
-
getBytecode
final String getBytecode()
Script source. (Encoded as a base64 string when passed over JSON)
-
-
-
-