New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 843698 link

Starred by 3 users

Issue metadata

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



Sign in to add a comment

[IndexedDB] Explicit commit()

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

Issue description

Allow an explicit commit() for IndexedDB

Spec idea:
https://gist.github.com/inexorabletash/d55a6669a040e92e47c6

This allows developers to create really fast IndexedDB write-only transactions, although it's compatible with all transactions.

Appendix:
* writeonly transaction idea, alternate approach not preferred by Mozilla https://github.com/w3c/IndexedDB/issues/234
* Proposal to incorporate commit() with Web Lifecycle
 
To me this seems related to crbug/843769
That is, if you are going to try and change the spec to support this, you might as well introduce the idea of not-auto-committing at the same time :)
Cc: rjfioravanti@google.com

Sign in to add a comment