cujojs / poly

Small, fast, awesome. The only ES5-ish set of polyfills (shims) you can mix-and-match because they're individual modules.
Other
139 stars 18 forks source link

Introduce setImmediate. #13

Closed jaredcacurak closed 11 years ago

jaredcacurak commented 11 years ago

A cross-browser implementation of the new setImmediate API.

briancavalier commented 11 years ago

Thanks for digging in to this! Just gave it a quick look, but I'll look more tomorrow or Monday.

jaredcacurak commented 11 years ago

It is a has-ified rendition of NobleJS's implementation of setImmediate. How should I accredit them?

unscriptable commented 11 years ago

Good set of tests, btw.

briancavalier commented 11 years ago

:+1: