Skip to content

Commit 19e25f0

Browse files
Remove unnecessary transaction state change in IDBTransaction::abort()
1 parent f0a1064 commit 19e25f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4936,8 +4936,7 @@ The <dfn method for=IDBTransaction>abort()</dfn> method steps are:
49364936
or [=transaction/finished=],
49374937
then [=exception/throw=] an "{{InvalidStateError}}" {{DOMException}}.
49384938

4939-
1. Set [=/this=]'s [=transaction/state=] to [=transaction/inactive=] and run
4940-
[=abort a transaction=] with [=/this=] and null.
4939+
1. Run [=abort a transaction=] with [=/this=] and null.
49414940

49424941
</div>
49434942

@@ -6892,6 +6891,7 @@ For the revision history of the second edition, see [that document's Revision Hi
68926891
* Use of {{QuotaExceededError}} has been updated to reflect that it is now a {{DOMException}}-derived interface instead of an exception name. (<#463>)
68936892
* Specify that null is valid for [=transaction/error=], and allow it to be set in [=abort a transaction=] (<#433>)
68946893
* Check the [=request=]'s [=request/error=] instead of the [=/upgrade transaction=] in [=/open a database connection=]. (<#433>)
6894+
* Remove redundant transaction state change in {{IDBTransaction/abort()}}.
68956895

68966896
<!-- ============================================================ -->
68976897
# Acknowledgements # {#acknowledgements}

0 commit comments

Comments
 (0)