MCPcopy Create free account
hub / github.com/developit/undom / createElementNS

Function createElementNS

src/undom.js:190–194  ·  view source on GitHub ↗
(ns, type)

Source from the content-addressed store, hash-verified

188
189
190 function createElementNS(ns, type) {
191 let element = createElement(type);
192 element.namespace = ns;
193 return element;
194 }
195
196
197 function createTextNode(text) {

Callers

nothing calls this directly

Calls 1

createElementFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…