polymer_elements
polymer_elements copied to clipboard
FormData not supported by iron-ajax
Not sure exactly what the right thing is to do here. When you pass a FormData object to js it is just a normal dart object, not a JS FormData object. Maybe dart:html should be handling this differently?