ember-ajax icon indicating copy to clipboard operation
ember-ajax copied to clipboard

Service for making AJAX requests in Ember applications

Results 47 ember-ajax issues
Sort by recently updated
recently updated
newest added

```js import { redirectToLogin } from 'new-frontend/utils/route-helpers'; import { UnauthorizedError } from 'ember-ajax/errors'; function commonErrorHandler(error) { if (UnauthorizedError(error)) { redirectToLogin.call(this); } } export { commonErrorHandler }; ``` I have this...

Got the error "Could not find module `jquery` imported from `ember-ajax/utils/ajax`" while executing the below function call. ```js return this.ajax .request('/api/token', { method: 'POST', // url: '/api/token', data: payloadData, })...

Because the latter is deprecated in Ember 4. cc @Turbo87

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...

dependencies

Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.16.1 to 2.20.6. Commits 58d30cb 2.20.6 f76edf0 Merge pull request #188 from axelniklasson/master 4eef089 Upgrade jsonpointer to address security vulnerability 441f812 2.20.5 d36a1b1 Merge pull request #182...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Bumps [mout](https://github.com/mout/mout) from 1.1.0 to 1.2.3. Changelog Sourced from mout's changelog. mout changelog v1.1.1 (2019/04/18) fixed object/get throwing an exception for null or undefined input objects Commits eae5ccc v1.2.3 3fecf13...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies