Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/corbanbrook/dsp.js
/ createElement
Function
createElement
examples/js/processing.js:5299–5301 ·
view source on GitHub ↗
(localName)
Source
from the content-addressed store, hash-verified
5297
return
to.appendChild(elem);
5298
},
5299
createElement =
function
(localName) {
5300
return
doc.createElement(localName);
5301
},
5302
createTextNode =
function
(text) {
5303
return
doc.createTextNode(text);
5304
},
Callers
1
processing.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected