interface Runtime.CompileScriptParameterType
Properties Jump to heading
Jump to headingexpression: stringExpression to compile.
Jump to headingsourceURL: stringSource url to be set for the script.
Jump to headingpersistScript: booleanSpecifies whether the compiled script should be persisted.
optional
Jump to headingexecutionContextId: ExecutionContextId | undefinedSpecifies 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.