universal-rxjs-ajax icon indicating copy to clipboard operation
universal-rxjs-ajax copied to clipboard

Makes Observable.ajax available in Node.js

Results 3 universal-rxjs-ajax issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 3.2.0 to 3.2.1. Release notes Sourced from loader-utils's releases. v3.2.1 3.2.1 (2022-11-11) Bug Fixes ReDoS problem (#224) (d2d752d) Changelog Sourced from loader-utils's changelog. 3.2.1 (2022-11-11) Bug Fixes...

dependencies

Is there any way to set the `headers: { 'Accept-Encoding': 'gzip' }` It works with rxjs/ajax, but with this package I get `Refused to set unsafe header "Accept-Encoding"`. Maybe it...