supportsImport property
Checks if HTML imports are supported on the current platform.
Implementation
bool get supportsImport {
return JS('bool', '("import" in #)', this);
}
Checks if HTML imports are supported on the current platform.
bool get supportsImport {
return JS('bool', '("import" in #)', this);
}