Chrome Device 模式开发:Uncaught TypeError: reqC is not a function


如上图,当使用 Chrome 浏览器开发工具的 Device 模式(用于调试手机版网页)时,Console 里出现错误信息。

Uncaught TypeError: Cannot read property 'getURL' of undefined
Uncaught TypeError: reqC is not a function
Uncaught TypeError: reqC is not a function
Uncaught TypeError: Browser.addMessageHandlers is not a function
Uncaught TypeError: reqC is not a function
Uncaught TypeError: Browser.addMessageHandlers is not a function
Uncaught TypeError: Browser.addMessageHandlers is not a function

经排查,发现是“印象笔记·剪藏”这个扩展程序出现的问题。只要关闭这个扩展,Console 窗口就干净了。

但是这个插件我经常要用,不想关闭它怎么办呢?下面再介绍一种解决办法。

使用隐身模式

1、进入 Chrome 的扩展程序管理界面,确保“印象笔记·剪藏”不会在隐身模式下启用。

2、从 Chrome 菜单里打开一个隐身窗口。

3、重新输入要调试的网页地址,或者刷新已经打开过的页面,可以看到这些错误没有了。


前一篇:
后一篇:

发表评论