Skip to content

Commit

Permalink
fix(InteractionOutput): don't require schema.type in value function
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jan 22, 2024
1 parent d0c5f8c commit e13cb35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -976,8 +976,8 @@ <h2>The <dfn>InteractionOutput</dfn> interface</h2>
</li>
<li>
If |this|.|data| is not a {{ReadableStream}} or if
|dataUsed| is `true`, or if |form| is not an {{object}} or if |schema| or its
|type| are `null` or `undefined`, then
|dataUsed| is `true`, or if |form| is not an {{object}} or if |schema|
is `null` or `undefined`, then
[=reject=] |promise| with {{NotReadableError}} and stop.
</li>
<li>
Expand Down

0 comments on commit e13cb35

Please sign in to comment.