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
Before this change stringIteratorExists checked for Array.prototype
which is an obvious mistake. This shouldn't really affect the majority
of engines because many that supported iterators on Strings also
supported them on Arrays. Phantom 1.9 seems to be the exception.
0 commit comments