CustomElementRegistry : Object
Provides a way to extend HTML/DOM with your own elements that have custom logic similar to built in elements. Exposed as customElements. See also CustomElementPrototype.
Instance Methods
Registers a new custom element type for the specified tagName
. tagName
must have a '-'
in it.
Example:
RunResults:
Copyright © JavaScripture Contributors