import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { CompileScriptRequest } = Protocol.Runtime;
Properties
optional
executionContextId: ExecutionContextIdSpecifies 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.