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 d0c5f8c commit e13cb35Copy full SHA for e13cb35
index.html
@@ -976,8 +976,8 @@ <h2>The <dfn>InteractionOutput</dfn> interface</h2>
976
</li>
977
<li>
978
If |this|.|data| is not a {{ReadableStream}} or if
979
- |dataUsed| is `true`, or if |form| is not an {{object}} or if |schema| or its
980
- |type| are `null` or `undefined`, then
+ |dataUsed| is `true`, or if |form| is not an {{object}} or if |schema|
+ is `null` or `undefined`, then
981
[=reject=] |promise| with {{NotReadableError}} and stop.
982
983
0 commit comments