mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
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.
5 lines
40 B
Plaintext
5 lines
40 B
Plaintext
put:success
|
|
add:error
|
|
tx:error
|
|
tx:abort
|