jonathantneal / preloadfill

A polyfill for the preload link type [rel="preload"]
http://codepen.io/jonneal/details/dNdRaj
Creative Commons Zero v1.0 Universal
17 stars 1 forks source link

Preload Fill Preload Fill

NPM Version Build Status Licensing Changelog

Preload Fill is a polyfill for the preload link type.

Visit a CodePen Example of Preload demonstrating asynchronously loaded CSS.

THIS PROJECT IS IN A DRAFT STAGE

<link href="https://github.com/jonathantneal/preloadfill/blob/master/style.non-critical.css" rel="preload" as="style">

Usage

Install Preload Fill to your project.

npm install jonathantneal/preloadfill --save-dev

Import Preload Fill within your script.

import 'preloadfill';

Additional Reading

Smashing Magazine: Preload: What Is It Good For?


Preload Fill is 558 bytes after being transpiled, minified, and gzipped.