rxjs,有关observer.next()和observer.onNext()的区别是什么?

时间:2017-01-03 14:54:33

标签: rxjs rxjs5

RxJ中observer.next()observer.onNext()之间的区别是什么?是一个版本4,另一个是5吗?

observer.complete()observer.onCompleted()呢?

我刚刚开始使用RxJS并寻找RxJS v4文档。

v4或v5文档是this the website吗?

1 个答案:

答案 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变体)。