googlecodelabs / chrome-es2015

How to build your first ES2015/ES6 app
https://codelabs.developers.google.com/codelabs/chrome-es2015/
Apache License 2.0
18 stars 33 forks source link

registerElement is deprecated #8

Open JuanMaRuiz opened 6 years ago

JuanMaRuiz commented 6 years ago

According with MDN document.registerElement() is deprecated in favor of customElements.define()