Skip to content

Commit e13cb35

Browse files
committed
fix(InteractionOutput): don't require schema.type in value function
1 parent d0c5f8c commit e13cb35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -976,8 +976,8 @@ <h2>The <dfn>InteractionOutput</dfn> interface</h2>
976976
</li>
977977
<li>
978978
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
979+
|dataUsed| is `true`, or if |form| is not an {{object}} or if |schema|
980+
is `null` or `undefined`, then
981981
[=reject=] |promise| with {{NotReadableError}} and stop.
982982
</li>
983983
<li>

0 commit comments

Comments
 (0)