williamkapke / node-compat-table

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

Array.prototype.values is said to be supported by Node v0.12.18 #72

Closed parzh closed 4 years ago

parzh commented 4 years ago

When reviewing the support of Array.prototype.values, I've noticed that Node v0.12.18 is said to support it (see the rightmost column in the screenshot):

image

Is that correct?

zloirock commented 4 years ago

Yes, it's correct. In the original compat-table you could see the details.

parzh commented 4 years ago

Thanks, Denis! Couldn't find neither v8 nor Node v0.12.18 there though. Would you mind if I ask, which version of v8 does this version of Node use?

zloirock commented 4 years ago

v8 3.28

parzh commented 4 years ago

about this issue

Makes sense now, thanks 👍