libjs-cssrelpreload

JavaScript to load CSS asynchronously

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/filamentgroup/loadCSS


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libjs-cssrelpreload