/zerodelay

Defer JavaScript functions by grouping them in concurrently-executing categories

Primary LanguageJavaScriptMIT LicenseMIT

zerodelay.js

Defer JavaScript functions by grouping them in concurrently-executing categories.

USAGE NOTE

This micro-library uses setImmediate for postponing execution of JavaScript functions, when this is missing, it fallbacks to the not really immediate setTimeout(fn, 0) method, thus, you are highly suggested to include a setImmediate polyfill before it for serious usage.

DEMO

https://maluen.github.io/zerodelay/demo.html