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 When sync is set to true, iron-ajax ignores handle-as attribute. ### Steps to reproduce 1.`sync="true"` 2. `handle-as="json"`

This is a feature request for a attribute to handle a situation where you only want `iron-ajax` to fire when the page is *active*(and work in coordination with auto for...

### Description When I set a header like so: `this.$.authAjax.headers = {"Authorization" : "Bearer "+this.accessToken};` it doesn't send it correctly ### Expected outcome `iron-ajax` adds a header called `Authorization` ###...

### Description UC Browser doesn't support `handleAs = 'json'` in AJAX requests. https://github.com/PolymerElements/iron-ajax/blob/master/iron-request.html#L291 throws. ### Steps to reproduce ### Browsers Affected - [x] UC Browser

When uploading a file using `iron-ajax`, tracking the upload progress may be necessary for a good user experience. Something similar to `iron-request`

Right now the docs say that when the auto property is true, AJAX requests will be automatically performed when either the URL or params change. I often use iron-ajax to...

When the `auto` attribute is used in iron-ajax a new request is created when url or params change. However, the old request is still pending. I'd like for an attribute...

Hello, It is not an issue but a question. To perform several dynamic requests we can't use an `iron-ajax`. So, we have created a specific element : ``` html ```...

### Description Setting the `url` with multiple, interpolated binded-values triggers a request even if not all bindings have been defined when `auto` is set to `true` ### Expected outcome -...

_From @mvolkmann on September 28, 2016 15:20_ ### Description I get the following error if a header has the value undefined: iron-ajax.html:403 Uncaught TypeError: Cannot read property 'toString' of undefined...