After announcing new strategy for Dart, i decided to change include from
<script type="application/dart" src="/dart/script.dart"></script>
to
<script type="text/javascript" src="/dart/script.dart.js"></script>
But in that case js-interop seems broken. dart:js.context
is empty.
Is there any workarounds for this?