All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vaadin.polymer.public.bower_components.iron-ajax.README.md Maven / Gradle / Ivy

There is a newer version: 1.9.3.1
Show newest version
iron-ajax
=========

The `iron-ajax` element exposes network request functionality.

```html

```

With `auto` set to `true`, the element performs a request whenever
its `url`, `params` or `body` properties are changed. Automatically generated
requests will be debounced in the case that multiple attributes are changed
sequentially.

Note: The `params` attribute must be double quoted JSON.

You can trigger a request explicitly by calling `generateRequest` on the
element.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy