Dart: AJAX form submit
问题 Please note: I am not interested in using Polymer for this; I want to use "pure" Dart! I am trying to build a simple sign-in screen for my Dart app, and am having difficulty getting the two form variables ( email and password ) to POST to the server-side: Here's my main HTML file ( myapp.html ): <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Sign in</title> <link rel="stylesheet" href="assets/myapp/myapp/myapp.css"> <link rel="stylesheet" href="assets/myapp/bootstrap/css