gpt4 book ai didi

angular - 获取 SCRIPT5022 : SecurityError in zone. js (192,25)

转载 作者:太空狗 更新时间:2023-10-29 18:23:32 25 4
gpt4 key购买 nike

当我在 IE11 的 iframe 中加载 Angular 组件时,间歇性地收到 SCRIPT5022: SecurityError in zone.js (192,25)

除此之外,框架工作正常,我没有发现任何损坏。

这是围绕错误的代码:

            try {
return this._zoneDelegate.invokeTask(this, task, applyThis, applyArgs);
}
catch (error) {
if (this._zoneDelegate.handleError(this, error)) {
line 192: throw error;
}
}

有谁知道是什么导致了这个错误?我还在 github 上发现了这个看起来相同的问题 - https://github.com/angular/zone.js/issues/1001 .

最佳答案

我用 uberspeck's solution 修复了它将以下两行代码添加到我的 polyfills.ts 文件中。

import 'core-js/es7/object';
import 'core-js/es7/array';

关于angular - 获取 SCRIPT5022 : SecurityError in zone. js (192,25),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50926745/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com