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
Fix isSupported() for Iterator helpers to accept native function-based Iterator
The typeof check `typeof IteratorConstructor === 'object'` incorrectly
returns false for native Iterator in Chromium where Iterator is a function.
Changed to also accept 'function' type.
Co-authored-by: mattcosta7 <8616962+mattcosta7@users.noreply.github.com>
0 commit comments