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

Easily make ajax requests

Results 60 iron-ajax issues
Sort by recently updated
recently updated
newest added

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...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 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.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

cla: yes
dependencies

### Description Send a post request through Iron-ajax. at the function to handle response, I have the code onResponse: function (e, request) { var headers = request.xhr.getAllResponseHeaders(); alert(headers) } ###...

### Description I have a page with an `iron-ajax` defined as follows: ``` ``` This works perfectly on Chrome and Safari. However on Firefox 58.0.2 I get no data, and...

after i run the code i always get undefined in my html page without showing any thing

### Description I use the Drupal [jsonapi](https://www.drupal.org/project/jsonapi) module to return json data. And then I used this module with polymer, and I got an error when I demo. Not work....

Some tests previously contacted https://httpbin.org to check what gets sent over the wire. I disabled these tests because they were way too flaky as httpbin was sometimes taking longer than...

Audit results: [Severe] Elements with ARIA roles must use a valid, non-abstract ARIA role (1) [Warning] Text elements should have a reasonable contrast ratio (1) [Warning] The purpose of each...

a11y
p0 - critical

### Description I'm using Polymer 2.0 and I want to set a custom header, like `"x-personal-header": "some value"` ``` ```` ### Expected outcome ``` ...other headers omitted... x-personal-header: what ```...

### Description Some APIs allow/expect some parameters to be duplicated ``` ...?param1=A&param1=B.... ``` The fact that parameters can only be specified as a JS Object makes iron-ajax generally unusable in...

bug
enhancement
p1 - backlog