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

>Which methods?

Nearly all, except `push()` and `pop()` which won't work with iterators, so that this can just work:

```
Array.prototype.find.call(iterableWithoutLength, fn); // does not creates a new array
```

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

Received on Monday, 23 July 2018 04:13:37 UTC