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

### Description jsonPrefix removes entire `event.detail.response` ### Expected outcome foo is stripped from `{ foo: [object, object, object] }` `event.detail.response` should exist with `{ [object, object, object] }` or just...

_wwwFormUrlEncodePiece does not account for null and undefined values. ## Expected outcome A null or undefined value would be coalesced to an empty string during encoding. ## Actual outcome An...

api-feedback
p2 - icebox

### Description If there is a valid response with invalid JSON string, parsing error never surfaces; no error event raised and response promise is resolved. Even with verbose on, this...

bug
enhancement
p1 - backlog

Fixes #149 Fixes #149 with calling urlencoding method recurrently on nested objects (preserving parent's keys) Test provided for presented case.

p2 - icebox

Since iron-ajax / -request simply proxy down to XHR, even if a body attribute is set, it will simply be ignored, and not sent with the request. This isn't indicated...

documentation
good-first-bug
p2 - icebox

On Android with Talkback, it's not currently possible to use Talkback to focus the images and hear spoken feedback for them. I can only access the text/links. Is this working...

a11y
p0 - critical

when contentType is set to 'application/x-www-form-urlencoded' ajax-request is parsing given object (if it's not string) to urlencoded representation of object. Parsing works well for "one layer" object but for nested...

enhancement
p1 - backlog

Right now when specifying Authorization headers, upon the request returning a 401 status code the user agent will handle the request by asking for credentials (modal). However, one might want...

enhancement
p2 - icebox

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.0.0 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies