MCPcopy Create free account
hub / github.com/Lobos/react-ui / queueHTML

Function queueHTML

docs/lib/react.js:1439–1445  ·  view source on GitHub ↗
(tree, html)

Source from the content-addressed store, hash-verified

1437}
1438
1439function queueHTML(tree, html) {
1440 if (enableLazy) {
1441 tree.html = html;
1442 } else {
1443 tree.node.innerHTML = html;
1444 }
1445}
1446
1447function queueText(tree, text) {
1448 if (enableLazy) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…