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

Function appendChild

packages/rrdom/src/document.ts:173–177  ·  view source on GitHub ↗
(_newChild: IRRNode)

Source from the content-addressed store, hash-verified

171
172 // eslint-disable-next-line @typescript-eslint/no-unused-vars
173 public appendChild(_newChild: IRRNode): IRRNode {
174 throw new Error(
175 `RRDomException: Failed to execute 'appendChild' on 'RRNode': This RRNode type does not support this method.`,
176 );
177 }
178
179 // eslint-disable-next-line @typescript-eslint/no-unused-vars
180 public insertBefore(_newChild: IRRNode, _refChild: IRRNode | null): IRRNode {

Callers 3

appendChildMethod · 0.85
appendChildMethod · 0.85
insertBeforeFunction · 0.85

Calls 1

removeChildMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…