谷歌浏览器插件扩展引起的报错 Unchecked runtime.lastError: The message port closed before a response was received.

Unchecked runtime.lastError: The message port closed before a response was received.

7Error handling response: TypeError: Cannot read property 'bPlugin' of undefined
    at <URL>

今天一个错误折腾了我很久,Unchecked runtime.lastError: The message port closed before a response was received.
一开始以为是代码出问题了,看了半天发现并不是,Google了一下,发现是迅雷,插件扩展造成的,
把它关闭之后就好了郁闷啊,坑了我好久,大家注意一下,也有可能不是迅雷,主要原因可能还是插件写法问题,异步未结束就开始了新的导致的,加一段这个就行 if(chrome.runtime.lastError){},所以其他插件也有可能代码不严谨、规范,同样也会报这样的错误,
谷歌浏览器 Unchecked runtime.lastError: The message port closed before a response was received.,谷歌浏览器

谷歌浏览器 Unchecked runtime.lastError: The message port closed before a response was received.

更多阅读:

  • 2019 年 Chrome 开发者峰会亮点:让所有用户告别加载延迟
  • 十个Chrome插件,你至少有一半没见过
  • 分享一些 Chrome 浏览器的前端调试技巧
  • 使用Chrome开发者工具调试Android端内网页(微信,QQ,UC,App内嵌页等)
  • 【译】一文洞察 Chrome DevTools 近半年更新了哪些新功能
  • web调试优化-chrome开发者工具不完全指南
  • Chrome网页运行时性能瓶颈分析
  • Chrome插件千千万 ,最适合开发者的却只有这几个

你可能感兴趣的:(前端,chrome,谷歌浏览器,插件扩展,error,javascript)