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 0206eb3 commit 5143ee3Copy full SHA for 5143ee3
document/js-api/index.bs
@@ -1013,7 +1013,7 @@ Note: Exported Functions do not have a \[[Construct]] method and thus it is not
1013
1. Otherwise,
1014
1. Let |method| be [=?=] [$GetMethod$](|ret|, {{@@iterator}}).
1015
1. If |method| is undefined, [=throw=] a {{TypeError}}.
1016
- 1. Let |values| be [=?=] [$IterableToList$](|ret|, |method|).
+ 1. Let |values| be [=?=] [$IteratorToList$]([=?=] [$GetIteratorFromMethod$](|ret|, |method|)).
1017
1. Let |wasmValues| be a new, empty [=list=].
1018
1. If |values|'s [=list/size=] is not |resultsSize|, throw a {{TypeError}} exception.
1019
1. For each |value| and |resultType| in |values| and |results|, paired linearly,
0 commit comments