supportsImport property - LinkElement class - dart:html library (original) (raw)
bool getsupportsImport
Checks if HTML imports are supported on the current platform.
Implementation
bool get supportsImport {
return JS('bool', '("import" in #)', this);
}