Chrome控制台-未捕获(承诺)TypeError:this.engines不可迭代[关闭]
Posted
技术标签:
【中文标题】Chrome控制台-未捕获(承诺)TypeError:this.engines不可迭代[关闭]【英文标题】:Chrome console - Uncaught (in promise) TypeError: this.engines is not iterable [closed] 【发布时间】:2020-12-11 14:57:02 【问题描述】:当我在 localhost:4200 上加载应用程序文件时,Chrome 控制台中出现此错误。 我无法弄清楚这意味着什么。如何在我的代码中找出这个错误的根源?
Uncaught (in promise) TypeError: this.engines is not iterable
at E.updateSocialMedia (content.js:48)
at new E (content.js:48)
at Function.start (content.js:48)
at Function.main (content.js:48)
【问题讨论】:
我认为这与您的项目无关。只需检查浏览器上的扩展程序,看看是否有任何扩展程序导致了问题。 【参考方案1】:在我的情况下,McAfee chrome 扩展是导致问题的原因。 McAfee extension
Uncaught (in promise) TypeError: this.engines is not iterable
at E.updateSocialMedia (content.js:48)
at new E (content.js:48)
at Function.start (content.js:48)
at Function.main (content.js:48)
当我禁用扩展后,问题就解决了。
【讨论】:
谢谢。它也对我有用。我什至不记得安装了那个扩展。 我遇到了同样的错误,删除 McAfee 也修复了它。以上是关于Chrome控制台-未捕获(承诺)TypeError:this.engines不可迭代[关闭]的主要内容,如果未能解决你的问题,请参考以下文章
Android Chrome:未捕获(承诺)DOMException:加载失败,因为找不到支持的源
Google Chrome 在播放 audio.play() 方法时未捕获(承诺)DOMException [重复]