[Webkit-unassigned] [Bug 102568] IndexedDB: implement priority queue for pending opens
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 1 14:09:47 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=102568
Sihui Liu <sihui_liu at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |sihui_liu at apple.com
Resolution|--- |INVALID
--- Comment #1 from Sihui Liu <sihui_liu at apple.com> ---
This is an old bug and the description is not true for current implementation: open requests are handled in the order the are created. E.g. For database with same name on the same origin, if request with version 0 is created earlier than request with version 1, the version 0 one will be handled first.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220201/2ee0da33/attachment-0001.htm>
More information about the webkit-unassigned
mailing list