google-chrome - 勇敢的浏览器如何使用Chrome的开发工具?

标签 google-chrome browser google-chrome-devtools

真正快速的问题:

为什么Brave浏览器具有Chrome的开发工具?

这是否还意味着如果我的网站可以在Chrome浏览器中运行,则无需在Brave中对其进行测试?

谢谢 :)

最佳答案

看看他们的github页面。特别是他们添加的标签:
enter image description here
注意“Electron”这个词,现在我可以向您解释什么是Electron,但是他们对Electron Home page的解释是很好:

Electron is an open source library developed by GitHub for building cross-platform desktop applications with HTML, CSS, and JavaScript. Electron accomplishes this by combining Chromium and Node.js into a single runtime and apps can be packaged for Mac, Windows, and Linux.


如您所见,Electron使用“ Chrome ”。我可以解释一下,但是...。您已经猜到它们提供了一个很棒的explanation themselves:

The Chromium projects include Chromium and Chromium OS, the open-source projects behind the Google Chrome browser and Google Chrome OS, respectively. This site houses the documentation and code related to the Chromium projects and is intended for developers interested in learning about and contributing to the open-source projects.


因此,这就是为什么您可以访问Brave内部的chrome开发工具。
关于您的另一个问题:

I don't need to test in Brave if my website works in Chrome?


是的,不是,您可以确定Brave会做Chromium所做的一切。但是最后我们不确定Brave对通过它加载的页面有何作用。话虽如此,我不会就此给您一个坚定的答案:)
(附言:如果您设置了自动测试,则不必测试其他浏览器也没关系)

关于google-chrome - 勇敢的浏览器如何使用Chrome的开发工具?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46207687/

相关文章:

javascript - Mozilla/chrome/JQuery 可拖动图像不在鼠标位置

Javascript:如何获得浏览器的最小字体大小?

browser - 在网页中嵌入 xna 游戏

css - 有没有办法欺骗浏览器的分辨率/返回视网膜图像?

javascript - Chrome 设备模式下 Google map 标记图标周围的空白区域

javascript - <input type ="hidden"> 在 Firefox 中工作正常,但在 Chrome 中不行

html - 意外的填充 html 文档,来自 chrome 中的窗口顶部边框

css - 动画背景大小在最新版本的 Chrome 中无法正常运行

reactjs - React 选项卡不会出现在 Chrome 开发者工具中

css - 有没有办法在开发人员工具中跟踪对 DOM 和 CSS 检查器的更改?