Skip to content

WIP: Use WebComponents v2 for gl-emoji element

Lukas 'ai-pi' Eipert requested to merge leipert-fix-the-emoji into master

What does this MR do?

Replaces deprecated document.registerElement (WebComponents v1) which is only supported by Chrome and Opera without polyfill with window.customElements.define (WebComponents v2) which is supported by Firefox and Safari as well. Polyfill for other Browsers is provided.

What are the relevant issue numbers?

Closes #51853 (closed)

Does this MR meet the acceptance criteria?

Edited by Lukas 'ai-pi' Eipert

Merge request reports