You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.
Polymer Elements tend to expose these either as properties or as the detail for custom events. IronAjax for example fires 'error' which is a map containing the IronRequest and the JavaScript Error. IronRequest contains a reference to the JavaScript XMLHttpRequest.
cc @jacob314 I am not sure how much of this could/should be done by dart:js, and how much should be done by Polymer. I am ok with initial implementations for this sort of thing in Polymer but it seems like for the fundamental types dart:js should eventually own the conversion.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Polymer Elements tend to expose these either as properties or as the detail for custom events. IronAjax for example fires 'error' which is a map containing the IronRequest and the JavaScript Error. IronRequest contains a reference to the JavaScript XMLHttpRequest.
Fundamental Types
The text was updated successfully, but these errors were encountered: