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 29ea31b commit 5dcedceCopy full SHA for 5dcedce
index.bs
@@ -10797,7 +10797,7 @@ Note: The HTML Standard defines how a security check is performed. [[!HTML]]
10797
1. Let |n| be the [=list/size=] of |args|.
10798
1. Initialize |argcount| to be min(|maxarg|, |n|).
10799
1. Remove from |S| all entries whose type list is not of length |argcount|.
10800
- 1. If |S| is empty, then [=ECMAScript/throw=] a <l spec=ecmascript>{{TypeError}}</l>}.
+ 1. If |S| is empty, then [=ECMAScript/throw=] a <l spec=ecmascript>{{TypeError}}</l>.
10801
1. Initialize |d| to −1.
10802
1. Initialize |method| to <emu-val>undefined</emu-val>.
10803
1. If there is more than one entry in |S|, then set
0 commit comments