Skip to content

Commit b38cf77

Browse files
committed
fixup! fix: improve check data schema algorithm
1 parent 9a8e2e5 commit b38cf77

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

index.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,13 +1060,6 @@ <h2>The <dfn>InteractionOutput</dfn> interface</h2>
10601060
<li>
10611061
If |schema| is `null` or `undefined`, return `undefined`.
10621062
</li>
1063-
<li>
1064-
<!--
1065-
TODO: Should we just continue with the rest of the algorithm here?
1066-
-->
1067-
If |schema|.|default| is not |undefined| and |payload| is undefined,
1068-
let |payload| be the value of |schema|.|default|.
1069-
</li>
10701063
<li>
10711064
If |schema|.|const| is not |undefined| and |schema|.|const| does not equal |payload|, throw {{TypeError}} and stop.
10721065
</li>

0 commit comments

Comments
 (0)