mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
This fixes the regression in idbindex_reverse_cursor.any.html, which was actually exposing the underlying issue of ignoring conflicting read/write transactions. Now, if a read/write transaction is in the queue, no transactions can coincide with its requests' execution.
8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
txn1 complete
|
|
rw+rw: val=2
|
|
txn2 complete
|
|
rw+ro: val=3
|
|
txn3 complete
|
|
ro+rw: val=4
|
|
txn4 complete
|