Uncaught error: Illegal arguments running Dart compiled to js in Safari -
ok, not sure how easy going to here goes...
so there dart code dealing uses polymer, , perhaps relevant detail there lot of futures
in it. when accessing web page (you can see here yourself: http://trommons.org/) loads fine in chrome , firefox, new versions @ least, in safari latest version "task stream" dart component (content directly under "translation tasks" header) doesn't work , hence displays configured text "loading..." while not doing anything.
this work-related pretty much, internship part of undergrad degree, thankfully due nature of project open source free share code.
the taskstream dart source , html (for polymer element , such) can seen on our github repo here.
so, following stack trace in safari console when project built dart2js in debug mode (did on "dev server" have @ work site testing, not built in debug mode on live site linked):
illegal argument(s) zone.dart:711 (anonymous function) zone.dart:711 callback$0 home.dart.js:13983 (anonymous function) schedule_microtask.dart:23 (anonymous function) schedule_microtask.dart:32 (anonymous function) isolate helper.dart:1510 (anonymous function) js_helper.dart:1820 (anonymous function) isolate_helper.dart:355 (anonymous function) isolate_helper.dart:30 (anonymous function) js_helper.dart:1820 (anonymous function) js_helper.dart:1842
if willing try this, , has questions code/want understanding parts of it, try reply in timely manner.
Comments
Post a Comment