forked from ReactiveX/rxjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(subscribe): update
subscribe
documentation
* docs(subscribe): add comma after "In particular" * docs(subscribe): add notice about asynchronously thrown errors * docs(subscribe): add notice about deprecated usages of `subscribe` method (relates to ReactiveX#4159) * docs(subscribe): add notice about using `subscribe` with no params * docs(subscribe): fix example not to use deprecated `subscribe` * docs(subscribe): add example with deprecated `subscribe` with notice that it's deprecated * docs(subscribe): fix unsubscribe example replacing deprecated `subscribe` usage with Observer * docs(subscribe): add notice that unprovided error handlers will cause throwing errors asynchronously * docs(subscribe): fix return type Closes ReactiveX#5339
- Loading branch information
1 parent
acdab5c
commit c4843d1
Showing
1 changed file
with
45 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters