Commits (8)
-
Luke Melia authored
Add callbacks to a queue and schedule a task to flush the queue instead of scheduling an async task for every callback, . Previously, we were using setImmediate when it exists. However, due to #115, we would like to stay away from it for IE 10 and we don't really need it for node since this new approach does not result in deeply nested `nextTick`s. (See #66 for background on the node issue.) It turns out that these are the only two supported environments that setImmediate is implemented.
e32cd162 -
Stefan Penner authored
Add callbacks to a queue and schedule a task to flush the queue instead...
3987a459 -
Robert Jackson authored760da40b
-
Stefan Penner authored
Add `hash()` to README.
c9188498 -
Robert Jackson authored5296fefc
-
Stefan Penner authored
Document onerror callback.
6cfd108d -
Josh Nesbitt authoredaadee430
-
Stefan Penner authored
Fix minor typo in README
debc56e7
Showing