PolymerElements / iron-ajax

Easily make ajax requests
https://www.webcomponents.org/element/PolymerElements/iron-ajax
127 stars 113 forks source link

Feature request for attribute to fire request only when element is active. #253

Open dman777 opened 7 years ago

dman777 commented 7 years ago

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 other conditions).

Reference PSK discussion

CaptainCodeman commented 7 years ago

Use the auto property, set it to the flag for whatever you need.