- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Sun, 22 Jul 2018 21:13:15 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 23 July 2018 04:13:37 UTC
>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