bool supportsImport

Checks if HTML imports are supported on the current platform.

Source

bool get supportsImport {
return true;
  }