We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6745c59 commit a46172eCopy full SHA for a46172e
spec.html
@@ -77,7 +77,7 @@ <h1><ins>Array.fromAsync ( _asyncItems_ [ , _mapfn_ [ , _thisArg_ ] ] )</ins></h
77
1. Set _mappedValue_ to Await(_mappedValue_).
78
1. IfAbruptCloseAsyncIterator(_iteratorRecord_, _mappedValue_).
79
1. Set _mappedValue_ to _mappedValue_.[[Value]].
80
- 1. Else, let _mappedValue_ be _nextValue_.
+ 1. Else, let _mappedValue_ be Await(_nextValue_).
81
1. Let _defineStatus_ be CreateDataPropertyOrThrow(_A_, _Pk_, _mappedValue_).
82
1. If _defineStatus_ is an abrupt completion, return ? AsyncIteratorClose(_iteratorRecord_, _defineStatus_).
83
1. Set _k_ to _k_ + 1.
0 commit comments