First steps to creating a new node

This commit is contained in:
Magnus Åhall 2025-06-28 09:13:26 +02:00
parent 1ce8e29e37
commit 989542be91
6 changed files with 101 additions and 44 deletions

View file

@ -159,6 +159,7 @@ export class NodeStore {
})
}//}}}
/* TODO - Remove?
async storeNode(node) {//{{{
return new Promise((resolve, reject) => {
const t = this.db.transaction('nodes', 'readwrite')
@ -181,6 +182,7 @@ export class NodeStore {
}
})
}//}}}
*/
async upsertNodeRecords(records) {//{{{
return new Promise((resolve, reject) => {