MCPcopy
hub / github.com/jsdom/jsdom / isHTMLTemplateElement

Function isHTMLTemplateElement

lib/jsdom/browser/parser/xml.js:46–48  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

44}
45
46function isHTMLTemplateElement(element) {
47 return element.tagName === "template" && element.namespaceURI === HTML_NS;
48}
49
50
51function createParser(rootNode, globalObject, saxesOptions) {

Callers 2

getOwnerDocumentFunction · 0.85
appendChildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…