[Intervention] Slow network is detected. 这个错误在调试过程中经常出现。(谷歌浏览器中出现这个报错)

全部报错信息如下:

index.js:1855 [Intervention] Slow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading: http://localhost:3000/static/media/fa-regular-400.12717b4a.woff2

[Intervention] Slow network is detected 报错及解决方案

翻译:监测到网络很慢,网页中的字体不会使用,使用本地的字体。

原因:这个错误不会影响的页面的JS调试。但是在调试其他问题过程中,经常出现这个error很烦,对调试造成不便,可以在chrome配置中禁用该项: 

解决方法:地址栏输入chrome://flags/#enable-webfonts-intervention-v2。

界面中搜索:webfonts,并设置为Disabled;重启Chrome生效。

相关文章:

  • 2022-01-16
  • 2022-12-23
  • 2021-08-22
  • 2021-12-13
  • 2021-09-11
  • 2022-02-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-12-04
  • 2021-12-16
  • 2022-12-23
  • 2021-09-11
相关资源
相似解决方案