Skip to content

Commit

Permalink
report exceptions from teardown calls
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Jul 18, 2024
1 parent f954c91 commit cd2f5f9
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 cd2f5f9

Please sign in to comment.