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
As mentioned in the previous issue #30, Enumerator is non-standard, so it is not supported in Chakra mode, which supports ES5-level syntax. When WelsonJS is in Chakra mode, it should be automatically changed to use Iterator or Generator.
Summary
As mentioned in the previous issue #30,
Enumerator
is non-standard, so it is not supported in Chakra mode, which supports ES5-level syntax. When WelsonJS is in Chakra mode, it should be automatically changed to use Iterator or Generator.Related issues
Enumerator.prototype.toArray()
#30The text was updated successfully, but these errors were encountered: