当我SCRIPT5022: SecurityError in zone.js (192,25)
在 IE11 的 iframe 中加载 Angular 组件时,我会间歇性地出现问题。
除此之外,框架正在工作,我没有注意到任何损坏。
这是围绕错误的代码:
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。