From 52f7a52fe9d2acefee4203c6b53564e246c501be 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 ee0e6e148..e7463d8a0 100644 --- a/dom.bs +++ b/dom.bs @@ -3247,7 +3247,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