Open aogilvie opened 7 years ago
document.registerElement is deprecated for customElements.define() - Thus this component will not work with latest webcomponentjs.
document.registerElement
customElements.define()
https://developer.mozilla.org/en-US/docs/Web/API/Document/registerElement https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry/define
kinda went to town on it... https://github.com/RevillWeb/rebel-tag-input/pull/5
document.registerElement
is deprecated forcustomElements.define()
- Thus this component will not work with latest webcomponentjs.https://developer.mozilla.org/en-US/docs/Web/API/Document/registerElement https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry/define