Mozilla firefox 不支持预加载

Preload is not supported by Mozilla firefox

我在预加载方面有问题,我厌倦了使用 html 中的预加载来预加载 css sheet。 google chrome 支持,但 firefox

不支持
<head>
    <link href=assets/css/master.css rel=preload onload="this.rel='stylesheet'" as="style" type="text/css">
    <link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
        as="style" onload="this.rel='stylesheet'" as="style" type="text/css">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.theme.default.min.css" rel=preload
        onload="this.rel='stylesheet'" as="style" type="text/css">

    <link rel=apple-touch-icon-precomposed href=images/favicon-apple-touch.png> <link rel=icon href=assets/img/logo.png
        sizes=32x32>
    <link href="https://fonts.googleapis.com/css?family=Bad+Script" rel=preload onload="this.rel='stylesheet'" as="style">
</head>

很快™ https://bugzilla.mozilla.org/show_bug.cgi?id=1222633

https://caniuse.com/#search=preload

截至目前,您 只能 通过在 firefox 中启用 network.preload 标志来手动启用预加载。

2020 年 9 月编辑:
仍在开发中:https://platform-status.mozilla.org/#link-rel-preload

It is slated to be enabled by default with the release of Firefox 79 on 2020-07-28.