Skip to content

Commit

Permalink
Add a bit to report the unhandlable error if the subscriber is inactive.
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Apr 10, 2024
1 parent ad708d0 commit f1b0503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ The <dfn attribute for=Subscriber><code>signal</code></dfn> getter steps are to
<div algorithm>
The <dfn for=Subscriber method><code>next(|value|)</code></dfn> method steps are:

1. If [=this=]'s [=Subscriber/active=] is false, then return.
1. If [=this=]'s [=Subscriber/active=] is false, [=report the exception=] |error|, then return.

1. If [=this=]'s [=relevant global object=] is a {{Window}} object, and its [=associated
Document=] is not [=Document/fully active=], then return.
Expand Down

0 comments on commit f1b0503

Please sign in to comment.