chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / GetScriptSourceRequest

GetScriptSourceRequest

data class GetScriptSourceRequest

Request object containing input parameters for the DebuggerDomain.getScriptSource command.

Constructors

<init>

Request object containing input parameters for the DebuggerDomain.getScriptSource command.

GetScriptSourceRequest(scriptId: ScriptId)

Properties

scriptId

Id of the script to get source for.

val scriptId: ScriptId