Skip to content

Dexie.close()

David Fahlander edited this page Mar 28, 2014 · 9 revisions

Syntax

db.close();

Description

Closes the database. In a typicall web application, you would not need to think about calling this method. It can be used in more advanced scenarios, such as unit testing or custom upgrade handling.

Clone this wiki locally