fetch-client
fetch-client copied to clipboard
An HTTP Client based on the Fetch standard.
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [qs](https://github.com/ljharb/qs) and [body-parser](https://github.com/expressjs/body-parser). These dependencies needed to be updated together. Updates `qs` from 6.5.2 to 6.5.3 Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix]...
Bumps [json5](https://github.com/json5/json5) to 2.2.2 and updates ancestor dependencies [json5](https://github.com/json5/json5), [jspm](https://github.com/jspm/jspm), [karma-webpack](https://github.com/webpack-contrib/karma-webpack), [ts-loader](https://github.com/TypeStrong/ts-loader), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.2 Release notes...
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [jspm](https://github.com/jspm/jspm). These dependencies need to be updated together. Updates `json5` from 1.0.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix:...
**Background**: Recently I had to wipe out my old `package-lock.json` which kept me at `1.4.x` because I lost access to the private instance of NPM registry I used to have....
aurelia-fetch version 1.8.0 the following code does not work and it keeps generating requests: config .rejectErrorResponses() .withRetry({ strategy: 0, maxRetries: 0 }));
I have an Android app using cordova and Aurelia. The app uses aurelia-fetch-client 1.3.1. When I tried to create a new app using aurelia-fetch-client 1.8.0 the does not start on...
there seems to be an error in the type definition of RetryInterceptor aurelia-fetch-client 1.8.0 typescript 3.2.4 https://github.com/aurelia/fetch-client/blob/fa53ec779f2e0937129010e952c57568842bd46b/dist/aurelia-fetch-client.d.ts#L310` ``` error TS2416: Property 'response' in type 'RetryInterceptor' is not assignable to the...
Does Aurelia have a setting for generating CSRF tokens in POST requests? My use case in particular is using Aurelia to POST data back to an ASPNET CORE web api...