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
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
Subject (being also an Observer) has the method asObserver(). So does ReplaySubject have the same method. But if you create var behavior = new Rx.BehaviorSubject(0);, you cannot call behavior.asObserver(), it is undefined.
Bug, I guess.
My RxJS version is 3.1.0
The text was updated successfully, but these errors were encountered:
Subject (being also an Observer) has the method asObserver(). So does ReplaySubject have the same method. But if you create
var behavior = new Rx.BehaviorSubject(0);
, you cannot callbehavior.asObserver()
, it is undefined.Bug, I guess.
My RxJS version is 3.1.0
The text was updated successfully, but these errors were encountered: