#Deferred js loader
asset loader for preloaded (rel=preload) js scripts.
it's not a polyfill. it's just a small script load assets declared with preload
add js assets as per the new w3c Recommendation
<link rel="preload" class="js-defer" href="defer.js" as="script">
notice js-defer
and class. this class will be used for finding out which scripts to load.
copy and paste asset_loader.min.js at the bottom of body tag.
based on - https://varvy.com/pagespeed/defer-loading-javascript.html
live example - https://www.refrens.com