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

Method createElementNS

packages/rrdom/src/document.ts:65–65  ·  view source on GitHub ↗
(_namespaceURI: string, qualifiedName: string)

Source from the content-addressed store, hash-verified

63 createElement(tagName: string): IRRElement;
64
65 createElementNS(_namespaceURI: string, qualifiedName: string): IRRElement;
66
67 createTextNode(data: string): IRRText;
68

Callers 4

document.test.tsFile · 0.65
createOrGetNodeFunction · 0.65
buildNodeFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected