Skip to main content
Runtime.EvaluateParameterType.contextId - inspector/promises - Node documentation
property Runtime.EvaluateParameterType.contextId

Usage in Deno

import { type Runtime } from "node:inspector/promises";

Specifies in which execution context to perform evaluation. If the parameter is omitted the evaluation will be performed in the context of the inspected page.

Type

ExecutionContextId | undefined