learn-rxjs-operators icon indicating copy to clipboard operation
learn-rxjs-operators copied to clipboard

window.md: using source directly instead of mergeAll

Open jjm2473 opened this issue 3 years ago • 0 comments

There is no difference between example.pipe(mergeAll()) and source

https://jsbin.com/sodaguyini/edit?js,console

直接订阅source与订阅example.pipe(mergeAll())的输出一致

jjm2473 avatar Jul 08 '21 02:07 jjm2473