Skip to content

Commit 4270575

Browse files
Update IDBFactory open() to set its request's processed flag
Resolves a minor spec flaw noted in issue #434
1 parent c659eb3 commit 4270575

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2227,6 +2227,8 @@ The <dfn method for=IDBFactory>open(|name|, |version|)</dfn> method steps are:
22272227
[=database/version=] equal to 1.
22282228
</details>
22292229

2230+
1. Set |request|'s [=request/processed flag=] to true.
2231+
22302232
1. [=Queue a task=] to run these steps:
22312233

22322234
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
67206722
* Added a definition for [=transaction/live=] transactions, and renamed "run an upgrade transaction" to [=/upgrade a database=], to disambiguate "running". (<#408>)
67216723
* Specified the {{DOMException}} type for failures when reading a value from the underlying storage in [[#object-store-retrieval-operation]]. (<#423>)
67226724
* 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.
67236726

67246727
<!-- ============================================================ -->
67256728
# Acknowledgements # {#acknowledgements}

0 commit comments

Comments
 (0)