Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

auto convert fundamental JavaScript types and DOM objects #26

Open
ErikGrimes opened this issue Oct 9, 2015 · 1 comment
Open

auto convert fundamental JavaScript types and DOM objects #26

ErikGrimes opened this issue Oct 9, 2015 · 1 comment

Comments

@ErikGrimes
Copy link

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

@jakemac53
Copy link
Contributor

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants