MCPcopy
hub / github.com/rrweb-io/rrweb / appendChild

Method appendChild

packages/rrdom/src/document.ts:28–28  ·  view source on GitHub ↗
(newChild: IRRNode)

Source from the content-addressed store, hash-verified

26 contains(node: IRRNode): boolean;
27
28 appendChild(newChild: IRRNode): IRRNode;
29
30 insertBefore(newChild: IRRNode, refChild: IRRNode | null): IRRNode;
31

Callers 15

getUntaintedPrototypeFunction · 0.65
createTreeFunction · 0.65
diff.test.tsFile · 0.65
document.test.tsFile · 0.65
walkFunction · 0.65
polyfillDocumentFunction · 0.65
appendChildMethod · 0.65
appendChildMethod · 0.65
constructorMethod · 0.65
downloadSessionsFunction · 0.65
PlayerFunction · 0.65

Calls

no outgoing calls

Tested by 2

createTreeFunction · 0.52