Re: [blink-dev] Re: [v8-users] Intent to Ship: Array.prototype.values

2018-01-31 Thread PhistucK
> and Edge ships this anyway I wonder whether those specific Microsoft products even support Edge. Hunch? No. I think this should be shipped regardless. It feels like a low-ransom hostage situation. :P ☆*PhistucK* On Thu, Feb 1, 2018 at 3:18 AM, Rick Byers wrote: > Yay! > Given the biggest co

Re: [v8-users] Intent to Ship: Array.prototype.values

2018-01-31 Thread 'Mathias Bynens' via v8-users
Third time’s the charm! 🤞 On Wed, Jan 31, 2018 at 4:07 PM, Sathya Gunasekaran wrote: > Contact Emails: > gsat...@chromium.org > > Spec: > https://tc39.github.io/ecma262/#sec-array.prototype.values > > Summary: > The values() method returns a new Array Iterator object that contains the > values f

[v8-users] Intent to Ship: Array.prototype.values

2018-01-31 Thread Sathya Gunasekaran
Contact Emails: gsat...@chromium.org Spec: https://tc39.github.io/ecma262/#sec-array.prototype.values Summary: The values() method returns a new Array Iterator object that contains the values for each index in the array. Compatibility Risk: The compat risk is high. There has been two attempts to