Skip to content

Commit

Permalink
Wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Feb 21, 2025
1 parent 0851613 commit 21a13ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1559,12 +1559,14 @@ For now, see
ignore>value</var>.

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

: [=internal observer/complete steps=]
1. Run |subscriber|'s {{Subscriber/complete()}} method.

1. Let |options| be a new {{SubscribeOptions}} whose {{SubscribeOptions/signal}} is |subscriber|'s [=Subscriber/subscription controller=]'s [=AbortController/signal=].
1. Let |options| be a new {{SubscribeOptions}} whose {{SubscribeOptions/signal}} is
|subscriber|'s [=Subscriber/subscription controller=]'s [=AbortController/signal=].

1. <a for=Observable lt="subscribe to an Observable">Subscribe</a> to |sourceObservable|
given |sourceObserver| and |options|.
Expand Down

0 comments on commit 21a13ae

Please sign in to comment.