Skip to main content
method DatabaseSync.prototype.open
DatabaseSync.prototype.open(): void
Deprecated

Opens the database specified in the location argument of the DatabaseSyncconstructor. This method should only be used when the database is not opened via the constructor. An exception is thrown if the database is already open.

Return Type

void
Back to top