Source: libjs-cssrelpreload
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 11),
               node-uglify
Standards-Version: 4.2.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

Package: libjs-cssrelpreload
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Recommends: javascript-common
Provides: libjs-loadcss
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 <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.