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 (#5352)
* 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 #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 #5339 * docs: minor grammar tweaks And remove specific mention of deprecations. Let the signature deprecations to the talking. * docs: more minor tweaks Co-authored-by: Nicholas Jamieson <[email protected]>
- Loading branch information