支持 Polymer.import 的限制是什么?

What is limitation in support of Polymer.import?

我正在使用这样的东西:

Polymer.import('file.html');

它按预期工作但也输出:

Dynamically loading html imports has very limited support right now in dart, see http://dartbug.com/17873.

我试过 dart2js,它甚至在 Internet Explorer 中也能正常工作。有人可以解释一下限制是什么吗?

据我所知,它不支持执行导入的 HTML.

中引用或包含的 Dart 代码