class HTMLTemplateElement
extends Element
Re-export
import { HTMLTemplateElement } from "https://deno.land/x/lume@v1.18.4/deps/dom.ts";
Constructors
Properties
This blocks access to the .#contents property when the super() constructor is running which invokes (our overridden) _setParent() method. Without it, we get the following error thrown:
TypeError: Cannot read private member #content from an object whose class did not declare it
FIXME: Maybe find a cleaner way to do this
readonly
content: DocumentFragmentMethods
_setOwnerDocument(document: Document | null)
cloneNode(deep?): HTMLTemplateElement