import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { GetNodeStackTracesRequest } = Protocol.DOM;
Properties
nodeId: NodeId
Id of the node to get stack traces for.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { GetNodeStackTracesRequest } = Protocol.DOM;
Id of the node to get stack traces for.