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

iterable declarations adds`.forEach()` method to an interface, which is nice... however, only having forEach is too limited - would be great if iterable declarations got all the useful Array methods, like `.reduce()`, `.find()`, etc. 

-- 
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

Received on Tuesday, 29 May 2018 07:13:12 UTC