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

Function createElement

src/undom.js:185–187  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

183
184
185 function createElement(type) {
186 return new Element(null, String(type).toUpperCase());
187 }
188
189
190 function createElementNS(ns, type) {

Callers 2

createElementNSFunction · 0.85
createDocumentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…