Observable Documentation misleading about functions #6574
Chealer
started this conversation in
Report issues other than bug
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
RxJS version: This bug is not in the RxJS implementation.
Code to reproduce: This does not report a behavioral bug.
Expected behavior: This does not report a behavioral bug.
Actual behavior: This does not report a behavioral bug.
Additional information:
The Observables as generalizations of functions section of the Observable page contains:
While that specific function may only return a single value, many functions can return multiple values. For example:
That function could be called to return an infinite number of values. For example:
Beta Was this translation helpful? Give feedback.
All reactions