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

前端 未结 4 1072
一生所求
一生所求 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:09

    You could use an ES2015 polyfill, like es6-shim, Array.from or Babel polyfill

提交回复
热议问题