We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a page with an iron-ajax defined as follows:
iron-ajax
<iron-ajax id="ajax" auto url="http://[[server]]:[[port]][[path]]" params="[[_computeParams(query)]]" debounce-duration="500" handle-as="json" on-response="_handleResponse" on-error="_handleError" loading="{{_loading}}" verbose ></iron-ajax>
This works perfectly on Chrome and Safari. However on Firefox 58.0.2 I get no data, and an error in the console (see below).
I have tried with iron-ajax versions 2.1.0 and 2.1.2.
Data displayed in Firefox the same as Chrome/Safari.
Error in console, no data:
TypeError: request.completes is undefined [Learn More] generateRequest http://127.0.0.1:8081/components/iron-ajax/iron-ajax.html.js:441:5 _requestOptionsChanged/< http://127.0.0.1:8081/components/iron-ajax/iron-ajax.html.js:550:9 <anonymous> self-hosted:948:17 setConfig/this._timer< http://127.0.0.1:8081/components/polymer/lib/utils/debounce.html.js:30:9 microtaskFlush http://127.0.0.1:8081/components/polymer/lib/utils/async.html.js:21:11
Not available, sorry.
The text was updated successfully, but these errors were encountered:
Running into the same issue. Any updates?
Sorry, something went wrong.
I ran into this issue and it turned out I was including a very old version of the Custom Elements Polyfill (https://github.com/webcomponents/custom-elements). Removing it solved the problem.
No branches or pull requests
Description
I have a page with an
iron-ajax
defined as follows:This works perfectly on Chrome and Safari. However on Firefox 58.0.2 I get no data, and an error in the console (see below).
I have tried with iron-ajax versions 2.1.0 and 2.1.2.
Expected outcome
Data displayed in Firefox the same as Chrome/Safari.
Actual outcome
Error in console, no data:
Live Demo
Not available, sorry.
Steps to reproduce
Browsers Affected
The text was updated successfully, but these errors were encountered: