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 74384a4 commit 3fe535eCopy full SHA for 3fe535e
spec.html
@@ -75,7 +75,7 @@ <h1><ins>Array.fromAsync ( _asyncItems_ [ , _mapfn_ [ , _thisArg_ ] ] )</ins></h
75
1. Let _mappedValue_ be Call(_mapfn_, _thisArg_, « _nextValue_, 𝔽(_k_) »).
76
1. IfAbruptCloseAsyncIterator(_iteratorRecord_, _mappedValue_).
77
1. Set _mappedValue_ to Await(_mappedValue_).
78
- 1. IfAbruptCloseAsyncIterator(_iteratorRecord_, _mappedValue_).
+ 1. IfAbruptCloseAsyncIterator(_mappedValue_, _iteratorRecord_).
79
1. Set _mappedValue_ to _mappedValue_.[[Value]].
80
1. Else, let _mappedValue_ be _nextValue_.
81
1. Let _defineStatus_ be CreateDataPropertyOrThrow(_A_, _Pk_, _mappedValue_).
0 commit comments