Source: libjs-cssrelpreload Maintainer: Debian Javascript Maintainers Uploaders: Xavier Guimard Section: javascript Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , uglifyjs Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/js-team/libjs-cssrelpreload Vcs-Git: https://salsa.debian.org/js-team/libjs-cssrelpreload.git Homepage: https://github.com/filamentgroup/loadCSS Rules-Requires-Root: no Package: libjs-cssrelpreload Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: javascript-common Provides: libjs-loadcss, ${nodejs:Provides}, node-fg-loadcss Multi-Arch: foreign Description: 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 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.