pl.wendigo.chrome.api.debugger / GetScriptSourceResponse

GetScriptSourceResponse

data class GetScriptSourceResponse (source)

Represents response frame that is returned from Debugger#getScriptSource operation call. Returns source for the script with given id.

Link
Debugger#getScriptSource method documentation.

See Also

DebuggerOperations.getScriptSource

Constructors

<init>

GetScriptSourceResponse(scriptSource: String)

Represents response frame that is returned from Debugger#getScriptSource operation call. Returns source for the script with given id.

Properties

scriptSource

val scriptSource: String

Script source.