New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

preload-each

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

preload-each

Preload all resouce for html, js, and images on linked page.

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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,       
}

FAQs

Package last updated on 07 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts