I know nothing about web programming, so could anyone explain the
problem in layman's terms and tell me how I can do this correctly? I
read something about launching Chromium with special flags? If that's
the case, how can I set up my build machine to "just work".
I'm really starting to like Dart. :) It just feels so much more like the languages I normally use.
for (JsonObject x in sr.results.bindings) {print(x.s.value); // gives a warning "x is not a member of JsonObject" yet seems to work? Need to resolve}