You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Set |request|'s [=request/processed flag=] to true.
2231
+
2230
2232
1. [=Queue a task=] to run these steps:
2231
2233
2232
2234
1. If |result| is an error, then:
@@ -6720,6 +6722,7 @@ For the revision history of the second edition, see [that document's Revision Hi
6720
6722
* Added a definition for [=transaction/live=] transactions, and renamed "run an upgrade transaction" to [=/upgrade a database=], to disambiguate "running". (<#408>)
6721
6723
* Specified the {{DOMException}} type for failures when reading a value from the underlying storage in [[#object-store-retrieval-operation]]. (<#423>)
6722
6724
* Updated [=convert a value to a key=] to return invalid for detached array buffers. (<#417>)
6725
+
* Updated {{IDBFactory/open()}} to set its request's [=request/processed flag=] to true.
0 commit comments