Skip to content

Commit a63c968

Browse files
Blake Kaplanmarcoscaceres
Blake Kaplan
authored andcommitted
Editorial: Fix a small bug in abort's error handling. (#733)
1 parent e434531 commit a63c968

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,8 +1113,9 @@

11131113
<li>Let <var>requestvar> be the <a>context objecta>.
11141114
li>
11151115
<li>If the value of <var>requestvar>.<a>[[\state]]a> is not
1116-
"<a>interactivea>" then <a>throwa> an "<a>InvalidStateErrora>"
1117-
<a>DOMExceptiona>.
1116+
"<a>interactivea>" then return a promise rejected with a
1117+
"<a>InvalidStateErrora>" <a>DOMExceptiona> and terminate this
1118+
algorithm.
11181119
li>
11191120
<li>Let <var>promisevar> be <a>a new promisea>.
11201121
li>

0 commit comments

Comments
 (0)