interface Runtime.CompileScriptParameterType
Properties Jump to heading
Jump to headingexpression: string
Expression to compile.
Jump to headingsourceURL: string
Source url to be set for the script.
Jump to headingpersistScript: boolean
Specifies whether the compiled script should be persisted.
optional
Jump to headingexecutionContextId: 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.