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
https://v8.dev/blog/v8-release-73#atomics.notify
Atomics.wake was renamed to Atomics.notify, matching a recent spec change.
Atomics.wake
Atomics.notify
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
The text was updated successfully, but these errors were encountered:
I guess we should just rename and update the test?
Sorry, something went wrong.
No branches or pull requests
https://v8.dev/blog/v8-release-73#atomics.notify
Atomics.wake
was renamed toAtomics.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
The text was updated successfully, but these errors were encountered: