import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { GetScriptSourceRequest } = Protocol.Debugger;
Properties
scriptId: Runtime.ScriptId
Id of the script to get source for.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { GetScriptSourceRequest } = Protocol.Debugger;
Id of the script to get source for.