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

Method removeChild

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

Source from the content-addressed store, hash-verified

30 insertBefore(newChild: IRRNode, refChild: IRRNode | null): IRRNode;
31
32 removeChild(node: IRRNode): IRRNode;
33
34 toString(): string;
35}

Callers 15

diff.test.tsFile · 0.65
document.test.tsFile · 0.65
appendChildFunction · 0.65
insertBeforeFunction · 0.65
diffChildrenFunction · 0.65
downloadSessionsFunction · 0.65
startRecordFunction · 0.65
buildNodeFunction · 0.65
buildNodeWithSNFunction · 0.65
createSandboxedIframeFunction · 0.65
record.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected