pl.wendigo.chrome.api.runtime / CompileScriptResponse

CompileScriptResponse

data class CompileScriptResponse (source)

Represents response frame that is returned from Runtime#compileScript operation call. Compiles expression.

Link
Runtime#compileScript method documentation.

See Also

RuntimeOperations.compileScript

Constructors

<init>

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

Represents response frame that is returned from Runtime#compileScript operation call. Compiles expression.

Properties

exceptionDetails

val exceptionDetails: ExceptionDetails?

Exception details.

scriptId

val scriptId: ScriptId?

Id of the script.