Set Script Source Request
data class SetScriptSourceRequest(scriptId: ScriptId, scriptSource: String, dryRun: Boolean?)
Content copied to clipboard
Represents request frame that can be used with Debugger#setScriptSource operation call.
Edits JavaScript source live.
See also
Constructors
SetScriptSourceRequest
Link copied to clipboard
fun SetScriptSourceRequest(scriptId: ScriptId, scriptSource: String, dryRun: Boolean? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard