New issue
Advanced search Search tips

Issue 843764 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Feature



Sign in to add a comment

IndexedDB: Upgrade mojo bindings e.g. add transaction, remove callbacks.

Project Member Reported by dmu...@chromium.org, May 16 2018

Issue description

The IndexedDB mojom bindings can use an update:
https://cs.chromium.org/chromium/src/content/common/indexed_db/indexed_db.mojom

Specifically, we can
* Remove transaction ids and just try to create a transaction interface
* Remove the Callbacks object, and just use regular mojo callbacks
* Object store interface instead of object store ids?
* Index interface instead of index ids?
 

Sign in to add a comment