flatMap ( r => Rx.Observable.from(r.json())); // returns data convertedStream$.subscribe(data => console.log('data'), data); And there it is: our fetch() ...
確定! 回上一頁