tc39 / proposal-accessible-object-hasownproperty

Object.hasOwn() proposal for ECMAScript
https://tc39.es/proposal-accessible-object-hasownproperty/
MIT License
134 stars 8 forks source link

Add engines that have implemented the proposal #12

Closed linusg closed 3 years ago

linusg commented 3 years ago

There are now at least two implementations of the Object.hasOwn() proposal:

ljharb commented 3 years ago

SpiderMonkey’s (correctly) hasn’t landed yet, since the proposal isn’t stage 3.

jamiebuilds commented 3 years ago

Now that this proposal has reached stage 3 I've updated the implementation list to note the in progress work.