Open JuanMaRuiz opened 6 years ago
According with MDN document.registerElement() is deprecated in favor of customElements.define()
document.registerElement()
customElements.define()
According with MDN
document.registerElement()
is deprecated in favor ofcustomElements.define()