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

Atomics.wake is now Atomics.notify #62

Open
mathiasbynens opened this issue Apr 23, 2019 · 1 comment
Open

Atomics.wake is now Atomics.notify #62

mathiasbynens opened this issue Apr 23, 2019 · 1 comment

Comments

@mathiasbynens
Copy link

https://v8.dev/blog/v8-release-73#atomics.notify

Atomics.wake was renamed to Atomics.notify, matching a recent spec change.

It would be great if the support table could capture this, as currently it makes it look like Node.js v12 lost support for a feature (when it was just renamed): https://node.green/#ES2017-features-shared-memory-and-atomics-Atomics-wake

@mathiasbynens
Copy link
Author

I guess we should just rename and update the test?

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

No branches or pull requests

1 participant