Skip to main content
Module

x/lume/deps/dom.ts>HTMLTemplateElement

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class HTMLTemplateElement
extends Element
Re-export
import { HTMLTemplateElement } from "https://deno.land/x/lume@v1.15.2/deps/dom.ts";

Constructors

new
HTMLTemplateElement(
parentNode: Node | null,
attributes: [string, string][],
key: CTOR_KEY,
)

Properties

private
__contentIsSet: boolean

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: DocumentFragment
innerHTML: string
readonly
outerHTML: string