Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix setImmediate incompatibility with IE10 also when process and proc…
…ess.nextTick are defined
- Loading branch information
be1f674
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm trying to upgrade async from 0.2.9 to the current version and this change makes my tests timeout. If I install async 0.9.0 and undo this commit – everything is fine. Any ideas on where I should look? Running node 0.10.3x.
be1f674
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you overriding
setImmediate
elsewhere in your code?