FireFox 在样式编辑器中显示 css 个文件,但在网络监视器中不显示

FireFox showing css files in Style Editor but not in Network Monitor

我有 CSS 个文件正在 FireFox (52.0.1) 中正确加载。它们列在“样式编辑器”选项卡中,但不在“网络监视器”选项卡中。在网络监视器选项卡中单击全部或 CSS 都没有关系,没有 CSS 文件显示。

我将 css 文件包含在 <head> 中,如下所示:

<link rel="stylesheet" type="text/css" href="https://{path}/css/print.css" media="print">
<link rel="stylesheet" type="text/css" href="https://{path}/plugins/components/jquery-ui/themes/base/all.css" media="all">

考虑到有一个 CSS 选项,我假设它们应该出现在“网络监视器”选项卡中,那有什么用呢?

正如您的屏幕截图所说只有 15 个请求,但您显然在网络监视器中有 8 个文件,还有更多的 CSS 文件,这看起来像是 Firefox DevTools 中的一个错误。

我先推荐你try out a new Firefox profile. If it works there, its obviously a bug in your profile. You may track it further down to a specific preference or add-on causing the CSS files not to be listed within the Network Monitor, but in any case you should file a bug.