RxJ中observer.next()
和observer.onNext()
之间的区别是什么?是一个版本4,另一个是5吗?
observer.complete()
和observer.onCompleted()
呢?
我刚刚开始使用RxJS并寻找RxJS v4文档。
v4或v5文档是this the website吗?
答案 0 :(得分:2)
这些都是一样的。请参阅https://github.com/ReactiveX/rxjs/blob/master/MIGRATION.md#observer-interface-changes-also-subjects。
网站http://reactivex.io/rxjs/是从RxJS 5 docblocks自动生成的。
RxJS 4主要涵盖http://reactivex.io/documentation/observable.html(其中也涵盖了其他Rx变体)。