@tempots/dom
DOMContext.makeRef property
Creates a new DOMContext
with a reference to a newly created text node. The text node is appended or inserted to the current DOMContext
. The new DOMContext
with the reference is returned.
Signature:
readonly makeRef: () => DOMContext;