Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.DOM.ResolveNodeRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ResolveNodeRequest } = Protocol.DOM;

Properties

optional
nodeId: NodeId

Id of the node to resolve.

optional
backendNodeId: DOM.BackendNodeId

Backend identifier of the node to resolve.

optional
objectGroup: string

Symbolic group name that can be used to release multiple objects.

optional
executionContextId: Runtime.ExecutionContextId

Execution context in which to resolve the node.