You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IDB: Make Transaction::abort() throw error when txn is committing
Ensure the abort() method throws an “InvalidStateError” DOMException
when called during the committing state of a transaction. Update the
transaction state to kCommitting during auto-commits to align with
the spec (IndexedDB Spec).
Bug: 390986925
Change-Id: Id7c1bc8d56cacc761b00c6ea41c24a518f5c0693
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6176649
Auto-Submit: Garima Chadha <[email protected]>
Commit-Queue: Garima Chadha <[email protected]>
Reviewed-by: Abhishek Shanthkumar <[email protected]>
Reviewed-by: Steve Becker <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1417978}
0 commit comments