Skip to content

Commit f0a1064

Browse files
authored
Check the upgrade request's error instead of the upgrade transaction (#458)
1 parent 8a573ea commit f0a1064

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)