supportsImport property Null safety

bool supportsImport

Checks if HTML imports are supported on the current platform.

Implementation

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