iron-ajax
iron-ajax copied to clipboard
Easily make ajax requests
The iron-request element does not correctly encode array values for the x-www-form-urlencoded content-type. There is a TODO in the `_wwwFormUrlEncode` method stating: > // TODO(rictic): handle array values here, in...
### Description The `iron-ajax` element causes it's host element to throw a `Uncaught TypeError: Cannot read property 'ub' of undefined` when compiled with closure advanced mode. ### Expected outcome Element...
### Description In a polymer 2.0 app, iron-ajax is generating an exception in its error handler whenever `verbose` is true: ``` Uncaught (in promise) TypeError: undefined is not a function...
### Description I was trying to solve a problem on mobile safari where, in response to a button press, I need to synchronously load some json and then set the...
### Description The iron-ajax element is throwing script exception for sync request. ### Expected outcome The iron-ajax should complete the sync request and return the request object with response data....
Iron-ajax is useful, as far as it goes, but it would be even more useful if it could be used directly as a RESTful controller. This means: (1) Direct support...
### Description `iron-ajax` send the "content-type" header instead of "Content-Type" ### Expected outcome Send "Content-Type" ### Actual outcome ### Live Demo In file "iron-ajax.html", line 410: get requestHeaders() { var...
### Description _encodeBodyObject in iron-request element outputs "null" when body is null and contentType is application/json. Can the _encodeBodyObject do a null check on body to avoid the meaningless calling...
### Description I use one iron-request component to send different requests to php for editing MariaDb database. The problème I have is if I send a request, I cannot reuse...
I cannot find the way to download iron ajax. It seems this is because the github repo says build fail. pls fix it :s