Files
ladybird/Tests/LibWeb/Text/expected/indexeddb-transaction-scheduling.txt
Zaggy1024 ea96072fee LibWeb: Implement IndexedDB transaction dependency ordering
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.
2026-03-05 17:12:55 -06:00

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