TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Why does Google send a request every time you type into the console

2 点作者 elisaado大约 3 年前
Why and how does Google send a network request every time you type into the browser console?<p>Try the following: - go to google.com - open the inspect element console - go to the &quot;network&quot; tab and clear it - go to the &quot;console&quot; tab and start typing - see the requests made by you typing into the browser console in the &quot;network&quot; tab

2 条评论

rcfox大约 3 年前
It looks like they&#x27;re trying to log an error.<p>Possibly related to this? <a href="https:&#x2F;&#x2F;chromium-review.googlesource.com&#x2F;c&#x2F;v8&#x2F;v8&#x2F;+&#x2F;3557234&#x2F;" rel="nofollow">https:&#x2F;&#x2F;chromium-review.googlesource.com&#x2F;c&#x2F;v8&#x2F;v8&#x2F;+&#x2F;3557234&#x2F;</a><p>And perhaps fixed by this? <a href="https:&#x2F;&#x2F;chromium-review.googlesource.com&#x2F;c&#x2F;v8&#x2F;v8&#x2F;+&#x2F;3660253" rel="nofollow">https:&#x2F;&#x2F;chromium-review.googlesource.com&#x2F;c&#x2F;v8&#x2F;v8&#x2F;+&#x2F;3660253</a>
slater大约 3 年前
Can&#x27;t replicate on Firefox&#x2F;macOS. Maybe Chrome-only?