“2收到消息”的含义Opera 的 JavaScript 控制台中的行

发布于 2024-12-15 06:09:06 字数 418 浏览 2 评论 0原文

当我在 Opera 浏览器中调试 JavaScript 代码时,控制台始终在 JavaScript 选项卡中显示带有标记为“2 got message”的 Info 图标的消息:

2 got message        Event thread: message        Event thread: message
2 got message        Event thread: message        Event thread: message
2 got message        Event thread: message        Event thread: message

它们上没有任何可点击的内容,我无法点击查找单个 Google 结果。

这些信息行是什么意思?

When I'm debugging JavaScript code in Opera browser, the console is always displaying messages with the Info icon labelled as "2 got message" in the JavaScript tab:

2 got message        Event thread: message        Event thread: message
2 got message        Event thread: message        Event thread: message
2 got message        Event thread: message        Event thread: message

There's nothing clickable on them and I've unable to find a single Google result.

What do these info lines mean?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浮世清欢 2024-12-22 06:09:06

最可能的答案 - 尽管我只是猜测 - 是隐藏了一些调试代码,使用 opera.postError() 在错误控制台中插入消息。

尝试禁用用户 JavaScript/扩展,甚至 browser.js..?

The most likely answer - although I'm just guessing - is that there's some debug code hidden away that uses opera.postError() to insert messages in the error console.

Try disabling User JavaScripts / extensions, even browser.js..?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文