You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on code in examples, Emitter objects appear to have several methods and properties on them, such as .send(), .next(), .value, etc. But these aren't documented anywhere and I don't know what they do.
(In particular, it kinda sounds like .value might be a magic attribute that holds the last-emitted value???)
The text was updated successfully, but these errors were encountered:
Based on code in examples, Emitter objects appear to have several methods and properties on them, such as .send(), .next(), .value, etc. But these aren't documented anywhere and I don't know what they do.
(In particular, it kinda sounds like .value might be a magic attribute that holds the last-emitted value???)
The text was updated successfully, but these errors were encountered: