小编ste*_*ec1的帖子

IE 11浏览器出错 - EXCEPTION:对象不支持属性或方法'匹配',其他浏览器工作正常

在我的情况下,网页在Firefox和Chrome浏览器中工作正常但在IE v.11中它显示错误,因为 错误来自IE 11开发工具.错误显示在IE 11的开发人员工具中.错误不允许打开特定链接,单击它时显示以下错误.

在所有浏览器中它运行正常但在IE 11中弹出以下错误. 任何帮助.

polyfills.ts -

* BROWSER POLYFILLS
 */

/** IE9, IE10 and IE11 requires all of the following polyfills. **/
import 'core-js/es6/symbol';
import 'core-js/es6/object';
import 'core-js/es6/function';
import 'core-js/es6/parse-int';
import 'core-js/es6/parse-float';
import 'core-js/es6/number';
import 'core-js/es6/math';
import 'core-js/es6/string';
import 'core-js/es6/date';
import 'core-js/es6/array';
import 'core-js/es6/regexp';
import 'core-js/es6/map';
import 'core-js/es6/set';

/** IE10 and IE11 requires the following for NgClass support on SVG elements */
import 'classlist.js';  // Run `npm install --save classlist.js`.

/** IE10 and IE11 requires the following to …
Run Code Online (Sandbox Code Playgroud)

javascript internet-explorer typescript angular

16
推荐指数
3
解决办法
2万
查看次数