parse-element
Fast html parser for dom-elements - works with html-element & in the browser (where it uses outerHTML)
- Around 30x faster then element.outerHTML from html-element
- Does not parse fields on elements set without setAttribute
const parseElement = const div = globaldocumentdivconsole //<div>text!</div>