interface Protocol.DOM.CopyToRequestimport { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts"; const { CopyToRequest } = Protocol.DOM; PropertiesnodeId: NodeIdId of the node to copy. targetNodeId: NodeIdId of the element to drop the copy into. optionalinsertBeforeNodeId: NodeIdDrop the copy before this node (if absent, the copy becomes the last child of targetNodeId).