customElements property
CustomElementRegistry
get
customElements
The customElements
read-only property of the Window interface
returns a reference to the CustomElementRegistry object, which can be
used to register new
custom elements
and get information about previously registered custom elements.
Implementation
external CustomElementRegistry get customElements;