HTMLTemplateElement constructor
HTMLTemplateElement()
Creates an HTMLTemplateElement using the tag 'template'.
Implementation
HTMLTemplateElement() : _ = document.createElement('template');
Creates an HTMLTemplateElement using the tag 'template'.
HTMLTemplateElement() : _ = document.createElement('template');