import { HTMLTemplateElement } from "https://deno.land/x/frugal@0.3.0/dep/dom.ts";
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
Methods
_setOwnerDocument(document: Document | null)
_shallowClone(): HTMLTemplateElement
cloneNode(deep?): HTMLTemplateElement