data class GetScriptSourceResponse
Response type for the DebuggerDomain.getScriptSource command.
<init> |
Response type for the DebuggerDomain.getScriptSource command. GetScriptSourceResponse(scriptSource: String, bytecode: String? = null) |
bytecode |
Wasm bytecode. (Encoded as a base64 string when passed over JSON) val bytecode: String? |
scriptSource |
Script source (empty in case of Wasm bytecode). val scriptSource: String |