-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class GetWasmBytecodeRequest
Request object containing input parameters for the DebuggerDomain.getWasmBytecode command.
-
-
Constructor Summary
Constructors Constructor Description GetWasmBytecodeRequest(String scriptId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final GetWasmBytecodeRequestcopy(String scriptId)final StringgetScriptId()Id of the Wasm script to get source for. -
-
Constructor Detail
-
GetWasmBytecodeRequest
GetWasmBytecodeRequest(String scriptId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final GetWasmBytecodeRequest copy(String scriptId)
-
getScriptId
final String getScriptId()
Id of the Wasm script to get source for.
-
-
-
-