Does Dexie.js transaction with same scope and mode run in parallel?

后端 未结 0 1769
隐瞒了意图╮
隐瞒了意图╮ 2020-12-11 14:51

I am doing something like this, db is Dexie table instance

var db = new Dexie("myDB");
db.transaction("rw", ["table1", "ta         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题