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

add support for queueMicrotask #217

Merged
merged 1 commit into from
Oct 17, 2018

Conversation

benjamingr
Copy link
Member

Purpose (TL;DR) - mandatory

Adds support for queueMicrotask added in Node.js 11 nodejs/node#22951

Browsers should also eventually add this.

This is also not urgent since Node.js 11 isn't even out yet.

Solution - optional

This is essentially a nextTick that drops arguments which we already support.

@benjamingr benjamingr merged commit 85af11d into sinonjs:master Oct 17, 2018
@benjamingr benjamingr deleted the add-queue-microtask branch October 17, 2018 07:46
@SimenB
Copy link
Member

SimenB commented Oct 25, 2018

Any plans to release this? Node 11 is out 🙂

@benjamingr
Copy link
Member Author

@SimenB just need to do a release really. @fatso83 ?

@fatso83
Copy link
Contributor

fatso83 commented Oct 27, 2018

Feel free :)

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.

3 participants