パッケージ: libjs-cssrelpreload (2.0.1+dfsg-1)
libjs-cssrelpreload に関するリンク
Trisquel の資源:
libjs-cssrelpreload ソースパッケージをダウンロード:
- [libjs-cssrelpreload_2.0.1+dfsg-1.dsc]
- [libjs-cssrelpreload_2.0.1+dfsg.orig.tar.xz]
- [libjs-cssrelpreload_2.0.1+dfsg-1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Javascript Maintainers (メールアーカイブ)
- Michael Lustfield
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
JavaScript to load CSS asynchronously
This JavaScript library provides functions to load CSS asynchronously.
Referencing CSS stylesheets with link[rel=stylesheet] or @import causes browsers to delay page rendering while a stylesheet loads. When loading stylesheets that are not critical to the initial rendering of a page, this blocking behavior is undesirable. The new <link rel="preload"> standard enables loading stylesheets asynchronously, without blocking rendering, and loadCSS provides a JavaScript polyfill for that feature to allow it to work across browsers, as well as providing its own JavaScript method for loading stylesheets.