@tempots/dom

DOMContext.makeRef() method

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:

makeRef(): DOMContext;

Returns: DOMContext