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

Method attachShadow

packages/rrdom/src/document.ts:90–90  ·  view source on GitHub ↗
(init: ShadowRootInit)

Source from the content-addressed store, hash-verified

88 style: CSSStyleDeclaration;
89
90 attachShadow(init: ShadowRootInit): IRRElement;
91
92 getAttribute(name: string): string | null;
93

Callers 12

diff.test.tsFile · 0.65
document.test.tsFile · 0.65
buildFromNodeFunction · 0.65
attachShadowMethod · 0.65
buildNodeFunction · 0.65
record.test.tsFile · 0.65
util.test.tsFile · 0.65
appendNodeMethod · 0.65

Implementers 2

BaseRRElementpackages/rrdom/src/document.ts
RRCanvasElementpackages/rrdom/src/index.ts

Calls

no outgoing calls

Tested by

no test coverage detected