williamkapke / node-compat-table

node.green - Node.js ECMAScript compatibility tables
https://node.green
Other
858 stars 33 forks source link

Atomics.wake is now Atomics.notify #62

Open mathiasbynens opened 5 years ago

mathiasbynens commented 5 years ago

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 commented 5 years ago

I guess we should just rename and update the test?