pl.wendigo.chrome.domain.debugger / GetScriptSourceResponse

GetScriptSourceResponse

data class GetScriptSourceResponse (source)

Represents response frame for Debugger.getScriptSource method call.

Returns source for the script with given id.

Constructors

<init>

GetScriptSourceResponse(scriptSource: String)

Represents response frame for Debugger.getScriptSource method call.

Properties

scriptSource

val scriptSource: String

Script source.