Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Remove spreadString
in favor of polyfilled Array.from
. Array.from
is a drop-in replacement.
We use this to split up astral symbols
// ["🖐", "🏿"]
Array.from('🖐🏿');
I have tested in IE11 which doesn't have any Array.from
support natively but the polyfill seems to work great, https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/from#Browser_compatibility
No need to have an extra spreadString
custom function.
master
(if it does - rebase it please)Closes #29794 (closed)