We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8383f commit 1b6489eCopy full SHA for 1b6489e
index.bs
@@ -8201,7 +8201,7 @@ a [=struct=] with the following [=struct/items=]:
8201
1. If |V| [=is not an Object=], then
8202
[=JavaScript/throw=] a <l spec=ecmascript>{{TypeError}}</l>.
8203
1. Let |method| be [=?=] <a abstract-op>GetMethod</a>(obj, {{%Symbol.asyncIterator%}}).
8204
- 1. If |method| is undefined:
+ 1. If |method| is <emu-val>undefined</emu-val>:
8205
1. Set |syncMethod| to [=?=] <a abstract-op>GetMethod</a>(obj, {{%Symbol.iterator%}}).
8206
1. If |syncMethod| is undefined, [=JavaScript/throw=] a <l spec=ecmascript>{{TypeError}}</l>.
8207
1. Return an IDL [=async iterable=] value with [=JS async iterable/object=] set to |V|,
0 commit comments