Add Fetch API streaming support
RickWong opened this issue · 1 comments
RickWong commented
GitHub's fetch polyfill issue:
Draft spec:
Chrome's draft implementation:
RickWong commented
Implemented fetch-rest-stream
that accepts an ES or RX observable to handle the Fetch API stream with next, complete, and error handlers.
https://github.com/RickWong/fetch-rest/blob/master/packages%2Ffetch-rest-stream%2Fsrc%2Findex.js