Re: [heycam/webidl] iterable's should have more than just forEach() (#561)

Even nicer would be if ES had facilities for doing this stuff by default on anything that has keys/values/@@iterator, because then it would Just Work.  But the current facility for it is `Array.prototype.find.call(myObj, stuff)` which is not terribly ergonomic.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/561#issuecomment-392799185

Received on Tuesday, 29 May 2018 14:34:32 UTC