mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
This commit is contained in:
+1
-1
@@ -1357,7 +1357,7 @@ asyncIterator
|
||||
|
||||
```javascript
|
||||
const asyncIterable = createAsyncIterable(['a', 'b']);
|
||||
const asyncIterator = someCollection[Symbol.asyncIterator]();
|
||||
const asyncIterator = asyncIterable[Symbol.asyncIterator]();
|
||||
|
||||
asyncIterator
|
||||
.next()
|
||||
|
||||
Reference in New Issue
Block a user