Firefox Developer Edition控制台消息

时间:2016-08-01 01:33:55

标签: firefox-developer-tools

在通过本地服务器提供的几乎空白的页面上,控制台记录这些消息:

  

runtime.onMessage:tabupdate
  runtime.onMessage:update_shortcuts

尝试阅读文档,但不明白为什么会这样做。

<!doctype html>
  <head>
    <meta charset="utf-8">
    <title></title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  </head>
  <body>
    <h1>Localhost</h1>
  </body>
</html>

0 个答案:

没有答案
相关问题