deno.com

interface Runtime.RunScriptParameterType

Properties #

Id of the script to run.

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.

#objectGroup: string | undefined
optional

Symbolic group name that can be used to release multiple objects.

#silent: boolean | undefined
optional

In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state.

#includeCommandLineAPI: boolean | undefined
optional

Determines whether Command Line API should be available during the evaluation.

#returnByValue: boolean | undefined
optional

Whether the result is expected to be a JSON object which should be sent by value.

#generatePreview: boolean | undefined
optional

Whether preview should be generated for the result.

#awaitPromise: boolean | undefined
optional

Whether execution should await for resulting value and return once awaited promise is resolved.