Open mathiasbynens opened 5 years ago
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
I guess we should just rename and update the test?
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