Skip to content

Commit

Permalink
Always report exceptions thrown from teardown callbacks (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Jul 22, 2024
1 parent e5238cb commit 1b470a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ observable.subscribe({}, {signal: outerController.signal});

1. [=Invoke=] |teardown|.

If <a spec=webidl lt="an exception was thrown">an exception |E| was thrown</a>, call
|subscriber|'s {{Subscriber/error()}} method with |E|.
If <a spec=webidl lt="an exception was thrown">an exception |E| was thrown</a>, then [=report
the exception=] |E|.
</div>

<h3 id=observable-api>The {{Observable}} interface</h3>
Expand Down

0 comments on commit 1b470a5

Please sign in to comment.