Skip to content
Merged
Changes from 1 commit
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 @@ -6891,6 +6890,7 @@ For the revision history of the second edition, see [that document's Revision Hi
* Add direction option to {{IDBObjectStore/getAll()}} and {{IDBObjectStore/getAllKeys()}} for {{IDBObjectStore}} and {{IDBIndex}} (<#130>)
* 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>)
* Remove redundant transaction state change in {{IDBTransaction/abort()}}.

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