File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5055,7 +5055,7 @@ To <dfn>open a database connection</dfn> with |storageKey| which requested the [
50555055 return a newly [=exception/created=]
50565056 "{{AbortError}} " {{DOMException}} and abort these steps.
50575057
5058- 1. If the [=/upgrade transaction =] was aborted , run the steps
5058+ 1. If |request|'s [=request/error =] is set , run the steps
50595059 to [=close a database connection=] with |connection|,
50605060 return a newly [=exception/created=]
50615061 "{{AbortError}} " {{DOMException}} and abort these steps.
@@ -6891,6 +6891,7 @@ For the revision history of the second edition, see [that document's Revision Hi
68916891* Add direction option to {{IDBObjectStore/getAll()}} and {{IDBObjectStore/getAllKeys()}} for {{IDBObjectStore}} and {{IDBIndex}} (<#130>)
68926892* Use of {{QuotaExceededError}} has been updated to reflect that it is now a {{DOMException}} -derived interface instead of an exception name. (<#463>)
68936893* Specify that null is valid for [=transaction/error=] , and allow it to be set in [=abort a transaction=] (<#433>)
6894+ * Check the [=request=] 's [=request/error=] instead of the [=/upgrade transaction=] in [=/open a database connection=] . (<#433>)
68946895
68956896<!-- ============================================================ -->
68966897# Acknowledgements # {#acknowledgements}
You can’t perform that action at this time.
0 commit comments