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

Method appendChild

packages/rrdom-nodejs/src/document-nodejs.ts:86–88  ·  view source on GitHub ↗
(childNode: BaseRRNode)

Source from the content-addressed store, hash-verified

84 }
85
86 appendChild(childNode: BaseRRNode) {
87 return super.appendChild(childNode);
88 }
89
90 insertBefore(newChild: BaseRRNode, refChild: BaseRRNode | null) {
91 return super.insertBefore(newChild, refChild);

Callers 1

polyfillDocumentFunction · 0.95

Calls 1

appendChildMethod · 0.65

Tested by

no test coverage detected