Skip to content

Commit

Permalink
Revert "Add Subscriber#active boolean (#80)"
Browse files Browse the repository at this point in the history
This reverts commit 72e7ad5.
  • Loading branch information
domfarolino authored Nov 10, 2023
1 parent 72e7ad5 commit 0381b51
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,6 @@ interface Subscriber {
undefined error(any error);
undefined addTeardown(VoidFunction teardown);

// True after the Subscriber is created, up until either
// `complete()`/`error()` are invoked, or the subscriber unsubscribes. Inside
// `complete()`/`error()`, this attribute is true.
readonly attribute boolean active;

readonly attribute AbortSignal signal;
};

Expand Down

0 comments on commit 0381b51

Please sign in to comment.