A simple asset loader that fetches files (images, videos, sounds, JSON) as blobs and returns corresponding media elements. Version 1.0.60 is the latest. It provides event-based loading with parallel fetch limits and optional head requests for progression tracking. Differentiators: minimal API, no build tools required, works in browser via bundler.
npm install fetch-loaderNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage: import, instantiate, add event listeners, and load files with options.
Set headreq to false if you don't need precise progress.
Use named functions and keep references if you need to remove specific listeners.
npm install --save fetch-loader
Install a fetch polyfill or upgrade Node
No dependency data recorded yet.