rxjs-fetch
RxJS-flavored version of HTTP fetch API for node.js.
IMPORTANT: This library only supports RxJS 5.x.
This package uses binding syntax to provide the ability to chain custom operators on a standard observable.
Requirements
- Promise polyfill
- Fetch polyfill
Installation
npm install --save @team-griffin/rxjs-fetch
yarn add @team-griffin/rxjs-fetch
Usage
; // This function expects the same args// as window.fetchconst obs = ; const subscription = obs; const subscription = obs:: ; const subscription = obs :: :: ;
License
MIT