pl.wendigo.chrome.domain.runtime / CompileScriptResponse

CompileScriptResponse

data class CompileScriptResponse (source)

Represents response frame for Runtime.compileScript method call.

Compiles expression.

Constructors

<init>

CompileScriptResponse(scriptId: ScriptId? = null, exceptionDetails: ExceptionDetails? = null)

Represents response frame for Runtime.compileScript method call.

Properties

exceptionDetails

val exceptionDetails: ExceptionDetails?

Exception details.

scriptId

val scriptId: ScriptId?

Id of the script.