We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.5.13
https://codepen.io/hddgithub02/pen/GRKNzjP?editors=1111
chrome 49.0.2623.75
nextTick 早于 setTimeout
实际结果两个调用顺序不稳定
chrome 49.0.2623.75 此版本浏览器已经确认支持Promise API 测试一下跟 MessageChannel 与setTimeout 异步有关
The text was updated successfully, but these errors were encountered:
在 2.6 里我们已经不再使用 MessageChannel 实现 nextTick 了 #8450
Sorry, something went wrong.
No branches or pull requests
Version
2.5.13
Reproduction link
https://codepen.io/hddgithub02/pen/GRKNzjP?editors=1111
Steps to reproduce
chrome 49.0.2623.75
What is expected?
nextTick 早于 setTimeout
What is actually happening?
实际结果两个调用顺序不稳定
chrome 49.0.2623.75 此版本浏览器已经确认支持Promise API 测试一下跟 MessageChannel 与setTimeout 异步有关
The text was updated successfully, but these errors were encountered: