我正在使用angular7 & type脚本和最新的dexie版本。当我尝试使用相同的代码时,它给我错误: 有什么我应该做的来让它工作吗?谢谢!ERROR Error: Uncaught (in promise): UpgradeError: Dexie specification of currently installed DB versionis missing
UpgradeError: Dexie specification of currently installed DB version is missing 我只是在
我是新来的角,德克茜(IndexedDB)和承诺,所以请友好。我想做这样的事情: // add some data // add some other datadb.list.get({id: 1}, temp => this.entry = temp);
然后,我可以在我的HTML中使用它,但在我的ts文件中,它仍然没有定义。所以我试着用承诺来做这件事,这就是我到目前为止想出来的: