我一直在尝试动态更新数据库索引,并保持失败,卡住了几天。我正在使用angular7 & type脚本和最新的dexie版本。当我尝试使用相同的代码时,它给我错误: 有什么我应该做的来让它工作吗?ERROR Error: Uncaught (in promise): UpgradeError: Dexie specification of currently installed DB versionis missing
UpgradeError:
我有一个角度应用程序,我试图插入到一个索引数据库。问题是数据库没有被创建。import Dexie from "dexie";
id?: number; imgDataUrlValue: string|ArrayBuffer;
export class AppDB extends Dexieconst db = new