Skip to content

Commit

Permalink
Fix Observable unsubscription timing (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino authored Feb 21, 2024
1 parent 4e61306 commit 0a417ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,13 @@ The <dfn attribute for=Subscriber><code>signal</code></dfn> getter steps are to

1. [=close a subscription|Close=] [=this=].

1. [=AbortController/Signal abort=] [=this=]'s [=Subscriber/complete or error controller=].

1. If |error algorithm| is not null, then run |error algorithm| given |error|.

[=Assert=]: No <a spec=webidl lt="an exception was thrown">exception was thrown</a>.

1. Otherwise (i.e., when |error algorithm| is null), [=report the exception=] |error|.

1. [=AbortController/Signal abort=] [=this=]'s [=Subscriber/complete or error controller=].
</div>

<div algorithm>
Expand All @@ -236,11 +236,11 @@ The <dfn attribute for=Subscriber><code>signal</code></dfn> getter steps are to

1. [=close a subscription|Close=] [=this=].

1. [=AbortController/Signal abort=] [=this=]'s [=Subscriber/complete or error controller=].

1. If |complete algorithm| is not null, then run |complete algorithm|.

[=Assert=]: No <a spec=webidl lt="an exception was thrown">exception was thrown</a>.

1. [=AbortController/Signal abort=] [=this=]'s [=Subscriber/complete or error controller=].
</div>

<div algorithm>
Expand Down

0 comments on commit 0a417ad

Please sign in to comment.