We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41554d commit 69ac227Copy full SHA for 69ac227
spec.html
@@ -76,7 +76,6 @@ <h1><ins>Array.fromAsync ( _asyncItems_ [ , _mapfn_ [ , _thisArg_ ] ] )</ins></h
76
1. IfAbruptCloseAsyncIterator(_mappedValue_, _iteratorRecord_).
77
1. Set _mappedValue_ to Await(_mappedValue_).
78
79
- 1. Set _mappedValue_ to _mappedValue_.[[Value]].
80
1. Else, let _mappedValue_ be _nextValue_.
81
1. Let _defineStatus_ be CreateDataPropertyOrThrow(_A_, _Pk_, _mappedValue_).
82
1. If _defineStatus_ is an abrupt completion, return ? AsyncIteratorClose(_iteratorRecord_, _defineStatus_).
0 commit comments