Skip to content

Commit 52f7a52

Browse files
committed
Need to catch exceptions to report them
Now that the default semantics are to throw, we need to be more explicit about catching.
1 parent 66d6037 commit 52f7a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dom.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3247,7 +3247,7 @@ run these steps:
32473247

32483248
<li><p>If <var>records</var> <a for=queue>is not empty</a>, then <a spec=webidl>invoke</a>
32493249
<var>mo</var>'s <a for=MutationObserver>callback</a> with « <var>records</var>, <var>mo</var> »,
3250-
and <var>mo</var>. If this throws an exception, then <a>report the exception</a>.
3250+
and <var>mo</var>. If this throws an exception, catch it, and <a>report the exception</a>.
32513251
</ol>
32523252

32533253
<li><p><a for=set>For each</a> <var>slot</var> of <var>signalSet</var>, <a>fire an event</a>

0 commit comments

Comments
 (0)