-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
JSON doesn't deserialize (sometimes?) #4602
Comments
When a binding is included via
Here's an example: http://jsbin.com/qenile/edit?html,output That said, this construction where a binding is included within So something like this is better: http://jsbin.com/kufuli/edit?html,output |
Polymer doesn't deserialize properties, only attributes? That's somewhat confusing from the documentation.
https://www.polymer-project.org/2.0/docs/devguide/properties#configuring-object-and-array-properties However, I've confirmed that changing the |
Live Demo
Since jsbin no longer seems to support saving, I'll just copy my example here
Steps to Reproduce
<iron-ajax>
elementsee PolymerElements/iron-ajax#245
Expected Results
typeof(headers)==Object
Actual Results
typeof(headers)==String
Browsers Affected
Versions
The text was updated successfully, but these errors were encountered: