Skip to main content

CompileScriptParameterType

interface Runtime.CompileScriptParameterType

Properties Jump to heading

Expression to compile.

Source url to be set for the script.

Specifies whether the compiled script should be persisted.

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.

Back to top