Files
ladybird/Tests/LibWeb/Text/expected/indexeddb-commit-error-event-order.txt
Zaggy1024 5ff1ae1876 LibWeb: Prevent failing IDB requests from clobbering previous ones
If one request on a transaction succeeds, then the next one fails, that
would cause the abort algorithm to run before the success for the first
request due to the task queue ordering. Instead, queue the processing
for the next request after the completion of the current request.
2026-03-20 23:59:35 -05:00

5 lines
40 B
Plaintext

put:success
add:error
tx:error
tx:abort