IndexedDB: Upgrade mojo bindings e.g. add transaction, remove callbacks. |
|
Issue descriptionThe 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 |
|