这是异步函数($ mydb是Dexie实例):
const result= await this.$mydb.MYTABLE.where('from').equals(taskRef).or('to').equals(taskRef).toArray()
在VueJS组件方法内部
->在Chrome上提供本地主机:没有错误
->在FF上提供本地主机:没有错误
vuecli构建
在Chrome上浏览本地dist文件:没有错误
在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)?????
感谢您的帮助