supportsImport 属性

bool supportsImport

检查当前平台是否支持 HTML 导入。

实现

bool get supportsImport {
  return JS('bool', '("import" in #)', this);
}