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

Method createElement

packages/rrdom/src/document.ts:63–63  ·  view source on GitHub ↗
(tagName: string)

Source from the content-addressed store, hash-verified

61 ): IRRDocumentType;
62
63 createElement(tagName: string): IRRElement;
64
65 createElementNS(_namespaceURI: string, qualifiedName: string): IRRElement;
66

Callers 15

getUntaintedPrototypeFunction · 0.65
createTreeFunction · 0.65
diff.test.tsFile · 0.65
document.test.tsFile · 0.65
dialog.test.tsFile · 0.65
attachShadowMethod · 0.65
diffPropsFunction · 0.65
createOrGetNodeFunction · 0.65
buildFromNodeFunction · 0.65

Implementers 2

BaseRRDocumentpackages/rrdom/src/document.ts
RRDocumentpackages/rrdom-nodejs/src/document-nod

Calls

no outgoing calls

Tested by 3

createTreeFunction · 0.52
addRecordingScriptFunction · 0.52