@tempots/dom
BrowserContext.makeChildElement property
Creates a new DOM element (eg: HTML or SVG) with the specified tag name and namespace and appends it to the current element.
Signature:
readonly makeChildElement: (tagName: string, namespace: string | undefined) => DOMContext;