fetch-inject
Advanced tools
Comparing version 1.6.6 to 1.6.7
/** | ||
* Fetch Inject v1.6.6 | ||
* Fetch Inject v1.6.7 | ||
* Copyright (c) 2017 Josh Habdas | ||
@@ -4,0 +4,0 @@ * @licence ISC |
/** | ||
* Fetch Inject v1.6.6 | ||
* Fetch Inject v1.6.7 | ||
* Copyright (c) 2017 Josh Habdas | ||
@@ -4,0 +4,0 @@ * @licence ISC |
/** | ||
* Fetch Inject v1.6.6 | ||
* Fetch Inject v1.6.7 | ||
* Copyright (c) 2017 Josh Habdas | ||
@@ -4,0 +4,0 @@ * @licence ISC |
/** | ||
* Fetch Inject v1.6.6 | ||
* Fetch Inject v1.6.7 | ||
* Copyright (c) 2017 Josh Habdas | ||
@@ -4,0 +4,0 @@ * @licence ISC |
/** | ||
* Fetch Inject v1.6.6 | ||
* Fetch Inject v1.6.7 | ||
* Copyright (c) 2017 Josh Habdas | ||
@@ -4,0 +4,0 @@ * @licence ISC |
/** | ||
* Fetch Inject v1.6.6 | ||
* Fetch Inject v1.6.7 | ||
* Copyright (c) 2017 Josh Habdas | ||
@@ -4,0 +4,0 @@ * @licence ISC |
{ | ||
"name": "fetch-inject", | ||
"version": "1.6.6", | ||
"version": "1.6.7", | ||
"description": "Dynamically inline assets into the DOM using Fetch Injection.", | ||
@@ -5,0 +5,0 @@ "author": "Josh Habdas <josh@habd.as> (https://habd.as/)", |
@@ -24,4 +24,8 @@ <h1 align="center">Fetch Inject</h1> | ||
This library implements Fetch Injection, a performance optimization technique for [managing async script dependencies](https://hackcabin.com/post/managing-async-dependencies-javascript/). Use Fetch Inject to dynamically import scripts in parallel (even across the network), and inject them into a document in a desired sequence. It also supports inlining of CSS, and can be extended to support other MIME types as well. | ||
This library implements Fetch Injection, a performance optimization technique for [managing async script dependencies](https://hackcabin.com/post/managing-async-dependencies-javascript/). | ||
Use Fetch Inject to dynamically fetch page resources such as JS and CSS in parallel (even across the network), and load them into your page in a desired sequence. | ||
Fetch Inject leverages the power of [Fetch API](http://devdocs.io/dom/fetch_api) and will work seamlessly with [Progressive Web Apps](https://julian.is/article/progressive-web-apps/), enabling _extreme_ page performance using the power of [Service Workers](http://devdocs.io/dom-service-workers/). | ||
## Waterfalls | ||
@@ -28,0 +32,0 @@ |
26006
308