Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nextTick fallback with setImmediate and setTimeout #49

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

nextTick fallback with setImmediate and setTimeout #49

wants to merge 3 commits into from

Conversation

shebson
Copy link

@shebson shebson commented Jul 3, 2013

Uses setImmediate instead of setTimeout as a fallback for nextTick when setImmediate is available. Improves prabirshrestha's browser fallback in IE10+ and makes Step work with setImmediate polyfills. Related to #45 and #32.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants