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.
abort
1 parent e434531 commit a63c968Copy full SHA for a63c968
index.html
@@ -1113,8 +1113,9 @@
1113
<li>Let <var>requestvar> be the <a>context objecta>.
1114
li>
1115
<li>If the value of <var>requestvar>.<a>[[\state]]a> is not
1116
- "<a>interactivea>" then <a>throwa> an "<a>InvalidStateErrora>"
1117
- <a>DOMExceptiona>.
+ "<a>interactivea>" then return a promise rejected with a
+ "<a>InvalidStateErrora>" <a>DOMExceptiona> and terminate this
1118
+ algorithm.
1119
1120
<li>Let <var>promisevar> be <a>a new promisea>.
1121
0 commit comments