You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #486 introduced a temp fix to set nextTick = setImmediate. This works around Edge issue tjanczuk/edge#325. When that issue is resolved, we need to remove the workaround.
The text was updated successfully, but these errors were encountered:
brettsam
changed the title
Remove nextTick hack when Edge issue resolved
Remove nextTick workaround when Edge issue resolved
Jul 12, 2016
The workaround we have in place for this no longer involves replacing nextTick. here is the latest: 0f32127. However when the Edge issue is fixed, as before, we should be able to revert this.
PR #486 introduced a temp fix to set nextTick = setImmediate. This works around Edge issue tjanczuk/edge#325. When that issue is resolved, we need to remove the workaround.
The text was updated successfully, but these errors were encountered: