pl.wendigo.chrome.api.debugger / GetScriptSourceRequest

GetScriptSourceRequest

data class GetScriptSourceRequest (source)

Represents request frame that can be used with Debugger#getScriptSource operation call.

Returns source for the script with given id.

Link
Debugger#getScriptSource method documentation.

See Also

DebuggerOperations.getScriptSource

Constructors

<init>

GetScriptSourceRequest(scriptId: ScriptId)

Represents request frame that can be used with Debugger#getScriptSource operation call.

Properties

scriptId

val scriptId: ScriptId

Id of the script to get source for.