Package io.webfolder.cdp.type.debugger
Class GetScriptSourceResult
java.lang.Object
io.webfolder.cdp.type.debugger.GetScriptSourceResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWasm bytecode.Script source (empty in case of Wasm bytecode).void
setBytecode
(String bytecode) Wasm bytecode.void
setScriptSource
(String scriptSource) Script source (empty in case of Wasm bytecode).toString()
-
Constructor Details
-
GetScriptSourceResult
public GetScriptSourceResult()
-
-
Method Details
-
getScriptSource
Script source (empty in case of Wasm bytecode). -
setScriptSource
Script source (empty in case of Wasm bytecode). -
getBytecode
Wasm bytecode. (Encoded as a base64 string when passed over JSON) -
setBytecode
Wasm bytecode. (Encoded as a base64 string when passed over JSON) -
toString
-