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
* Node.js 10.x supports async iterators natively without any flags. You can
1143
-
* enable async iterators in Node.js 8.x using the [`--harmony_async_iteration` flag](https://github.com/tc39/proposal-async-iteration/issues/117#issuecomment-346695187).
1144
-
*
1145
-
* **Note:** This function is not set if `Symbol.asyncIterator` is undefined. If
1146
-
* `Symbol.asyncIterator` is undefined, that means your Node.js version does not
* Node.js 10.x supports async iterators natively without any flags. You can
5410
-
* enable async iterators in Node.js 8.x using the [`--harmony_async_iteration` flag](https://github.com/tc39/proposal-async-iteration/issues/117#issuecomment-346695187).
5411
-
*
5412
-
* **Note:** This function is not if `Symbol.asyncIterator` is undefined. If
5413
-
* `Symbol.asyncIterator` is undefined, that means your Node.js version does not
0 commit comments