iron-ajax
iron-ajax copied to clipboard
Easily make ajax requests
### 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...
### 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...
Fixes #149 Fixes #149 with calling urlencoding method recurrently on nested objects (preserving parent's keys) Test provided for presented case.
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...
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...
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...
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...
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...