Checks to see if getDatabaseNames is supported by the current platform.
Source
bool get supportsDatabaseNames {
return supported &&
JS('bool', '!!(#.getDatabaseNames || #.webkitGetDatabaseNames)', this,
this);
}
Checks to see if getDatabaseNames is supported by the current platform.
bool get supportsDatabaseNames {
return supported &&
JS('bool', '!!(#.getDatabaseNames || #.webkitGetDatabaseNames)', this,
this);
}