Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4936,8 +4936,7 @@ The <dfn method for=IDBTransaction>abort()</dfn> method steps are:
or [=transaction/finished=],
then [=exception/throw=] an "{{InvalidStateError}}" {{DOMException}}.

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

</div>

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

<!-- ============================================================ -->
# Acknowledgements # {#acknowledgements}
Expand Down