Skip to content

Commit 1b6489e

Browse files
authored
Update index.bs
1 parent df8383f commit 1b6489e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8201,7 +8201,7 @@ a [=struct=] with the following [=struct/items=]:
82018201
1. If |V| [=is not an Object=], then
82028202
[=JavaScript/throw=] a <l spec=ecmascript>{{TypeError}}</l>.
82038203
1. Let |method| be [=?=] <a abstract-op>GetMethod</a>(obj, {{%Symbol.asyncIterator%}}).
8204-
1. If |method| is undefined:
8204+
1. If |method| is <emu-val>undefined</emu-val>:
82058205
1. Set |syncMethod| to [=?=] <a abstract-op>GetMethod</a>(obj, {{%Symbol.iterator%}}).
82068206
1. If |syncMethod| is undefined, [=JavaScript/throw=] a <l spec=ecmascript>{{TypeError}}</l>.
82078207
1. Return an IDL [=async iterable=] value with [=JS async iterable/object=] set to |V|,

0 commit comments

Comments
 (0)