Skip to content

Commit

Permalink
Try again to fix the bikeshed bug?
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Mar 5, 2024
1 parent a828116 commit bb9de2a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -849,10 +849,13 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w
1. Set |activeInnerSubscription| to true.

1. Let |innerObservable| be the result of [=Invoke=] |mapper| with the passed in <var ignore>value</var>.

- If <a spec=webidl lt="an exception was thrown">an exception |E| was thrown</a>, then run |subscriber|'s {{Subscriber/error()}} method, given |E|, and return.

If <a spec=webidl lt="an exception was thrown">an exception |E| was thrown</a>,
then run |subscriber|'s {{Subscriber/error()}} method, given |E|, and abort these
steps.

1. Let |innerObserver| be a new [=internal observer=], initialized as follows:

: [=internal observer/next steps=]
:: Run |subscriber|'s {{Subscriber/next()}} method, given the passed in <var ignore>value</var>.

Expand Down

0 comments on commit bb9de2a

Please sign in to comment.