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
@mweststrate why change them into iterator and not an array? as arrays you can easily user filter, slice, find , etc... what is the benefit of returning a MapIterator?
See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/values
for backward compatibility, return both an array and iterator in the 2.0 branch?
The text was updated successfully, but these errors were encountered: