You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should only be implemented if #2147 is implemented, too. In addition, I disagree with the above code example as it would be possible to iterate the wrapper only once, despite the fact that the underlying values are not really consumed.
Thoughts on making the Underscore wrapper an iterator and iterable?
It would require detecting
Symbol.iterator
and doing something likeRelated to jashkenas/backbone#3954 (comment).
The text was updated successfully, but these errors were encountered: