ExistingDatabase typedef

ExistingDatabase = (StorageMode, String)

A StorageMode, name pair representing an existing database already stored by the current browsing context.

Implementation

typedef ExistingDatabase = (StorageMode, String);