interface NodeWorker.EnableParameterType
Usage in Deno
import { NodeWorker } from "node:inspector/promises";
waitForDebuggerOnStart: boolean
Whether to new workers should be paused until the frontend sends Runtime.runIfWaitingForDebugger
message to run them.