ExistingDatabase typedef
Information about an existing web database, consisting of its storage API (WebStorageApi) and its name.
Implementation
typedef ExistingDatabase = (WebStorageApi, String);
Information about an existing web database, consisting of its storage API (WebStorageApi) and its name.
typedef ExistingDatabase = (WebStorageApi, String);