From 3b1370a4cd1f3240b20fe0deee2bf60cb61bd1bf Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Tue, 8 Sep 2020 17:00:32 +0200 Subject: [PATCH] Need to catch exceptions to report them Now that the default semantics are to throw, we need to be more explicit about catching. --- dom.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom.bs b/dom.bs index c9b2d152a..960fb5ee6 100644 --- a/dom.bs +++ b/dom.bs @@ -3297,7 +3297,7 @@ run these steps:
  • If records is not empty, then invoke mo's callback with « records, mo », - and mo. If this throws an exception, then report the exception. + and mo. If this throws an exception, catch it, and report the exception.

  • For each slot of signalSet, fire an event