From e13cb35e1a5bf9ab577b25886450be1419f22ea4 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Mon, 22 Jan 2024 22:50:27 +0100 Subject: [PATCH] fix(InteractionOutput): don't require schema.type in value function --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 60cd381..b90d395 100644 --- a/index.html +++ b/index.html @@ -976,8 +976,8 @@

The InteractionOutput interface

  • 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.