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

Method attachShadow

packages/rrdom-nodejs/src/document-nodejs.ts:221–223  ·  view source on GitHub ↗
(_init: ShadowRootInit)

Source from the content-addressed store, hash-verified

219 }
220
221 attachShadow(_init: ShadowRootInit): RRElement {
222 return super.attachShadow(_init) as RRElement;
223 }
224
225 appendChild(newChild: BaseRRNode): BaseRRNode {
226 return super.appendChild(newChild) as BaseRRNode;

Callers

nothing calls this directly

Calls 1

attachShadowMethod · 0.65

Tested by

no test coverage detected