IE 11 AngularJS error - Object doesn't support property or method 'from'

前端 未结 4 1099
一生所求
一生所求 2021-01-13 02:46

In my JavaScript I have a function detectEnvironmentAndGetLEAndDepot() which is called onload via HTML. I\'m working with wicket, and need to take

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-13 03:21

    As explained by Mozilla here, the Array.from function is not yet supported by IE

提交回复
热议问题