[Webkit-unassigned] [Bug 216769] Indexed DB transactions outdated immediately after it just created

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 17:23:28 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=216769

--- Comment #4 from zjwpeter at gmail.com ---
Hi I understand this idea of transaction auto commits.
You can see I use a function to check if the transaction has been outdated every time before I start a transaction operation.
My check do work, if the transaction has been outdated, it will create a new transaction immediately.

After the new transaction created there is no any synchronous operation, on the chrome and Firefox, this work well. But on the safari it seems like it is possible that the transaction is outdated immediately just after it has been created.

Please carefully check my example again, I didn't include a wrong usage of indexed DB transaction.

-- 
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/20200923/52ee00f3/attachment.htm>


More information about the webkit-unassigned mailing list