下面是异步函数($mydb是Dexie实例):
const result= await this.$mydb.MYTABLE.where('from').equals(taskRef).or('to').equals(taskRef).toArray()在VueJS组件方法中
FF上的->服务本地主机:无错误
vuecli构建
浏览FF ...=上的本地dist文件
Unhandled promise rejection
=> name: "TransactionInactiveError", message: "A request was placed against a transaction which is currently not active, or which is finished."只是..。为什么?为什么只在本地浏览FireFox(67)?
谢谢你的帮助
发布于 2019-06-14 14:18:20
这个问题似乎只出现在打开了开发控制台的firefox67上
https://stackoverflow.com/questions/56330569
复制相似问题