DeleteDBCallbacksinterface DeleteDBCallbacks {blocked?(currentVersion: number, event: IDBVersionChangeEvent): void;}§Methods§blocked?(currentVersion: number, event: IDBVersionChangeEvent): void[src]Called if there are connections to this database open, so it cannot be deleted. @param currentVersionVersion of the database that's blocking the delete operation. @param eventThe event object for the associated blocked event.