interface Runtime.ExecutionContextCreatedEventDataType
Usage in Deno
import { type Runtime } from "node:inspector"; type { ExecutionContextCreatedEventDataType } = Runtime;
A newly created execution context.
import { type Runtime } from "node:inspector"; type { ExecutionContextCreatedEventDataType } = Runtime;
A newly created execution context.