Skip to content

[bug] update through cursor.update() are not tracked #7

Description

@darrachequesne
const transaction = db.transaction('object-store', 'readwrite');

for await (const cursor of transaction.store.iterate()) {
  cursor.value.title = '42';
  cursor.update(cursor.value); // no tracking
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions