Evaluate Request
data class EvaluateRequest(expression: String, objectGroup: String?, includeCommandLineAPI: Boolean?, silent: Boolean?, contextId: ExecutionContextId?, returnByValue: Boolean?, generatePreview: Boolean?, userGesture: Boolean?, awaitPromise: Boolean?, throwOnSideEffect: Boolean?, timeout: TimeDelta?, disableBreaks: Boolean?, replMode: Boolean?, allowUnsafeEvalBlockedByCSP: Boolean?, uniqueContextId: String?)
Content copied to clipboard
Represents request frame that can be used with Runtime#evaluate operation call.
Evaluates expression on global object.
See also
Constructors
EvaluateRequest
Link copied to clipboard
fun EvaluateRequest(expression: String, objectGroup: String? = null, includeCommandLineAPI: Boolean? = null, silent: Boolean? = null, contextId: ExecutionContextId? = null, returnByValue: Boolean? = null, generatePreview: Boolean? = null, userGesture: Boolean? = null, awaitPromise: Boolean? = null, throwOnSideEffect: Boolean? = null, timeout: TimeDelta? = null, disableBreaks: Boolean? = null, replMode: Boolean? = null, allowUnsafeEvalBlockedByCSP: Boolean? = null, uniqueContextId: String? = null)
Content copied to clipboard
Properties
allowUnsafeEvalBlockedByCSP
Link copied to clipboard
awaitPromise
Link copied to clipboard
contextId
Link copied to clipboard
disableBreaks
Link copied to clipboard
expression
Link copied to clipboard
generatePreview
Link copied to clipboard
includeCommandLineAPI
Link copied to clipboard
objectGroup
Link copied to clipboard
returnByValue
Link copied to clipboard
throwOnSideEffect
Link copied to clipboard
uniqueContextId
Link copied to clipboard
userGesture
Link copied to clipboard
Sources
jvm source
Link copied to clipboard