interface Runtime.CompileScriptParameterType
Properties #
#expression: string
Expression to compile.
#persistScript: boolean
Specifies whether the compiled script should be persisted.
optional
#executionContextId: ExecutionContextId | undefined
Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page.