In my JavaScript I have a function detectEnvironmentAndGetLEAndDepot()
which is called onload
via HTML. I\'m working with wicket, and need to take
you can use instead _underscore.js with function _.toArray(document.getElementsByTagName('span'))
...
FYI:
'Array.from' not supported in the following document modes: Quirks, Internet Explorer 6 standards, Internet Explorer 7 standards, Internet Explorer 8 standards, Internet Explorer 9 standards, Internet Explorer 10 standards, Internet Explorer 11 standards. Not supported in Windows 8.1.
source