preload-each
v0.1.1
Published
Preload all resouce for html, js, and images on linked page.
Downloads
3
Readme
preload-each
Preload all html on linked page.
install and use
<script async src="https://unpkg.com/preload-each/index.js" onload="new PreloadEach().start();"></script>
api
new PreloadEach(options).start();
##options
options = {
targetDom : document,
maxFetchNum : 2,
}