···6677// @ts-ignore whatever typescript wants to complain about here, I dont care about -prf
88window.setImmediate = (cb: () => void) => setTimeout(cb, 0)
99-1010-// @ts-ignore not on the TS signature due to bad support -prf
1111-if (!globalThis.Intl?.Segmenter) {
1212- // loading emoji mart data
1313- // TODO: This condition doesn't make sense; emojimart has nothing to do with Intl.
1414- const emojiMartScript = document.createElement('script')
1515- emojiMartScript.setAttribute('src', '/static/js/emoji-mart-data.js')
1616- document.head.appendChild(emojiMartScript)
1717-}