File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments