Joining stores in Indexed DB with promises

后端 未结 0 546
日久生厌
日久生厌 2020-11-27 23:38

Here\'s some code to join something from 3 object stores:

let db;
indexedDB.open(\'db\', 1).onsuccess = ev => {
    db = ev.target.result;

    const tran          


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